summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authordrabux <drabux@fouragan.net>2016-05-25 03:19:02 +0200
committerdrabux <drabux@fouragan.net>2016-05-25 03:19:02 +0200
commitda315e64f67d97a3c85b0ae28d93d1d8d47ef263 (patch)
tree5324f325443cd073a598206fc5c782530644fda3 /core/src/main/res
parent6d67566891f56a78ae8867f8119e4ad6d0e82924 (diff)
downloadAntennaPod-da315e64f67d97a3c85b0ae28d93d1d8d47ef263.zip
Add option to sort queue by feed title
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 7e0982294..419a366d1 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -232,9 +232,10 @@
<string name="move_to_top_label">Move to top</string>
<string name="move_to_bottom_label">Move to bottom</string>
<string name="sort">Sort</string>
- <string name="alpha">Alphabetically</string>
<string name="date">Date</string>
<string name="duration">Duration</string>
+ <string name="episode_title">Episode title</string>
+ <string name="feed_title">Feed title</string>
<string name="ascending">Ascending</string>
<string name="descending">Descending</string>
<string name="clear_queue_confirmation_msg">Please confirm that you want to clear the queue of ALL of the episodes in it</string>