diff options
author | Tom Hennen <TomHennen@users.noreply.github.com> | 2015-02-23 18:46:37 -0500 |
---|---|---|
committer | Tom Hennen <TomHennen@users.noreply.github.com> | 2015-02-23 18:46:37 -0500 |
commit | 2316a260bbe3d80a846e9091e46e8d4e4f91b390 (patch) | |
tree | c938c8ef332bb66164951f8d23af2d6920c0164c /core/src | |
parent | 44f99e3b2fb531f9d07ca6b2f80cefec2fc07d60 (diff) | |
parent | 2bea83706b37c7fe5d4b687236aaad4ccca6a0c9 (diff) | |
download | AntennaPod-2316a260bbe3d80a846e9091e46e8d4e4f91b390.zip |
Merge pull request #616 from TomHennen/empty_queue_command_593
Empty queue command 593
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index b6b025134..9b7cb3585 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -167,6 +167,7 @@ <string name="duration">Duration</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> <!-- Flattr --> <string name="flattr_auth_label">Flattr sign-in</string> |