Fix wording & location of sort tooltip

This commit is contained in:
Rob Garrison 2017-12-23 10:14:12 -06:00
parent 2cdc6274ab
commit 8c9eab2f5e
2 changed files with 3 additions and 3 deletions

View File

@ -869,7 +869,7 @@
"description": "Label for the sort info popup on the Manage styles page" "description": "Label for the sort info popup on the Manage styles page"
}, },
"sortStylesHelp": { "sortStylesHelp": {
"message": "Choose the type of sort to apply to the installed entries from within the sort dropdown. The default setting applies an ascending sort (A to Z) to the entry titles. Sorts that include a \"(descending)\" label will apply a descending sort (Z to A) to the title.\nThere are other presets that will allow sorting the entries by multiple criteria. Think of this like sorting a table with multiple columns and each category in a select (between the plus signs) represents a column, or group.\nFor example, if the setting is \"Enabled (first) + Title\", the entries would sort so that all the enabled entries are sorted to the top of the list and the entry titles are then applied to both enabled tags and the disabled tags separately.", "message": "Choose the type of sort to apply to the installed entries from within the sort dropdown. The default setting applies an ascending sort (A to Z) to the entry titles. Sorts within the \"Title Descending\" group will apply a descending sort (Z to A) to the title.\nThere are other presets that will allow sorting the entries by multiple criteria. Think of this like sorting a table with multiple columns and each category in a select (between the plus signs) represents a column, or group.\nFor example, if the setting is \"Enabled (first) + Title\", the entries would sort so that all the enabled entries are sorted to the top of the list, then an entry title ascending sort (A to Z) is applied to both the enabled and disabled entries separately.",
"description": "Text in the minihelp displayed when clicking (i) icon to the right of the sort input field on the Manage styles page" "description": "Text in the minihelp displayed when clicking (i) icon to the right of the sort input field on the Manage styles page"
}, },
"styleBadRegexp": { "styleBadRegexp": {

View File

@ -248,8 +248,8 @@
</div> </div>
</details> </details>
<div id="sort-wrapper" i18n-title="sortLabel"> <div id="sort-wrapper">
<div class="sorter-selection"> <div class="sorter-selection" i18n-title="sortLabel">
<select id="sort-select"></select> <select id="sort-select"></select>
<svg class="svg-icon select-arrow"><use xlink:href="#svg-icon-select-arrow"/></svg> <svg class="svg-icon select-arrow"><use xlink:href="#svg-icon-select-arrow"/></svg>
</div> </div>