Refactoring of some names

This commit is contained in:
Karim Abou Zeid 2018-04-29 23:19:50 +02:00
commit 2fe07913ac
8 changed files with 60 additions and 48 deletions

View file

@ -296,9 +296,9 @@
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="action_sort_order">Sort order</string>
<string name="sort_a_z">Ascending</string>
<string name="sort_z_a">Descending</string>
<string name="sort_artist">Artist</string>
<string name="sort_album">Album</string>
<string name="sort_year">Year</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_z_a">Descending</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_year">Year</string>
</resources>