Skip to content

Commit

Permalink
DOCS: more descriptive label on archive dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritLevel committed Oct 29, 2015
1 parent 41cd082 commit a5f281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/docs/templates/Includes/DocumentationVersions.ss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<form id="VersionsArchive">
<select id="VersionSelect" onchange="location.href=VersionsArchive.VersionSelect.options[selectedIndex].value">
<option>Archive</option>
<option>Archived versions</option>
<% loop Versions.sort("Title DESC").limit(20, 4) %>
<option value="$Link">$Title</option>
<% end_loop %>
Expand Down

0 comments on commit a5f281d

Please sign in to comment.