diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-06-06 19:18:40 +0200 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-06-06 19:18:40 +0200 |
commit | 6106fdc899917c67093fa9a3888731558536e6a7 (patch) | |
tree | 0480e8bd8b1296d686dd225776806c5495a2cf24 /core/src/main/res | |
parent | ed077f6baee8c85ce2f0b8a5320d072a2491777a (diff) | |
parent | da315e64f67d97a3c85b0ae28d93d1d8d47ef263 (diff) | |
download | AntennaPod-6106fdc899917c67093fa9a3888731558536e6a7.zip |
Merge pull request #1958 from drabux/sort_by_feed_title
Add option to sort queue by feed title
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
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 64beedee7..60e2daa7d 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -231,9 +231,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> |