Shorten reverse sort checkbox title text.

Checkbox doesn't need to tell us it's a checkbox.
This commit is contained in:
ccd0 2016-10-29 23:02:39 -07:00
parent 6a04dae6a0
commit 77e01a7095

View File

@ -6,7 +6,7 @@
<input type="search" id="index-search" class="field" placeholder="Search">
<a id="index-search-clear" href="javascript:;" title="Clear search">×</a>
<span id="hidden-label" hidden> &mdash; <span id="hidden-count"></span> <span id="hidden-toggle">[<a href="javascript:;">Show</a>]</span></span>
<input type="checkbox" id="index-rev" name="Reverse Sort" title="Check to reverse sort order">
<input type="checkbox" id="index-rev" name="Reverse Sort" title="Reverse sort order">
<select id="index-mode" name="Index Mode">
<option disabled>Index Mode</option>
<option value="paged">Paged</option>