Fixes #1461 Change label of "Natural Order"

This commit is contained in:
Matthieu Leproux
2021-08-16 16:21:44 +02:00
parent 249c34c658
commit d63e550f3a
3 changed files with 16 additions and 16 deletions
+12 -12
View File
@@ -49,6 +49,18 @@ var delay_autoOpen = {$delay_before_autoOpen}
{'Album name, Z → A'|@translate}
</label>
<label class="font-checkbox">
<span class="icon-dot-circled"> </span>
<input type="radio" value="natural_order ASC" name="order">
{'Album name, 1 &rarr; 5 &rarr; 10 &rarr; 100'|@translate}
</label>
<label class="font-checkbox">
<span class="icon-dot-circled"> </span>
<input type="radio" value="natural_order DESC" name="order">
{'Album name, 100 &rarr; 10 &rarr; 5 &rarr; 1'|@translate}
</label>
<label class="font-checkbox">
<span class="icon-dot-circled"> </span>
<input type="radio" value="date_creation DESC" name="order">
@@ -72,18 +84,6 @@ var delay_autoOpen = {$delay_before_autoOpen}
<input type="radio" value="date_available ASC" name="order">
{'Date posted, old &rarr; new'|@translate}
</label>
<label class="font-checkbox">
<span class="icon-dot-circled"> </span>
<input type="radio" value="natural_order ASC" name="order">
{'Natural order, A &rarr; Z'|@translate}
</label>
<label class="font-checkbox">
<span class="icon-dot-circled"> </span>
<input type="radio" value="natural_order DESC" name="order">
{'Natural order, Z &rarr; A'|@translate}
</label>
</div>
<input type="submit" name="simpleAutoOrder" value="{'Apply to direct sub-albums'|@translate}"/>
<input type="submit" name="recursiveAutoOrder" value="{'Apply to the whole hierarchy'|@translate}"/>