diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-05-27 22:54:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27 22:54:21 +0200 |
commit | f563fe48b5dd49c8b9305b75ed8a598b83294739 (patch) | |
tree | 9950336a4e23c72e9214f2a855f31ba399aa0352 /core | |
parent | 0e3a0862fef23d3cc64b13f61e30d069a3788632 (diff) | |
parent | 81a3d756eb318dc2a6e01b294af61ce52d512312 (diff) | |
download | AntennaPod-f563fe48b5dd49c8b9305b75ed8a598b83294739.zip |
Merge pull request #3207 from ByteHamster/sort-description
Sort options: 'old to new' instead of 'ascending'
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 89664df34..99759374e 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -302,6 +302,8 @@ <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> + <string name="sort_old_to_new">Old to new</string> + <string name="sort_new_to_old">New to old</string> <!-- Flattr --> <string name="flattr_auth_label">Flattr sign-in</string> |