summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-05-27 21:09:55 +0200
committerByteHamster <info@bytehamster.com>2019-05-27 21:09:55 +0200
commit81a3d756eb318dc2a6e01b294af61ce52d512312 (patch)
tree3f7e12c0d8bf48d744b19a96df907027d14150d3 /app
parent0f79fc4d9d97e3bdd6b000be8cfd69fea2cce9af (diff)
downloadAntennaPod-81a3d756eb318dc2a6e01b294af61ce52d512312.zip
Sort options: 'old to new' instead of 'ascending'
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/menu/queue.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/menu/queue.xml b/app/src/main/res/menu/queue.xml
index 7b82cbef3..5844c9ff5 100644
--- a/app/src/main/res/menu/queue.xml
+++ b/app/src/main/res/menu/queue.xml
@@ -42,10 +42,10 @@
<menu>
<item
android:id="@+id/queue_sort_date_asc"
- android:title="@string/ascending"/>
+ android:title="@string/sort_old_to_new"/>
<item
android:id="@+id/queue_sort_date_desc"
- android:title="@string/descending"/>
+ android:title="@string/sort_new_to_old"/>
</menu>
</item>
@@ -103,10 +103,10 @@
<menu>
<item
android:id="@+id/queue_sort_smart_shuffle_asc"
- android:title="@string/ascending"/>
+ android:title="@string/sort_old_to_new"/>
<item
android:id="@+id/queue_sort_smart_shuffle_desc"
- android:title="@string/descending"/>
+ android:title="@string/sort_new_to_old"/>
</menu>
</item>
</menu>