diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-01-30 12:55:38 -0500 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-01-30 12:55:38 -0500 |
commit | 2bea83706b37c7fe5d4b687236aaad4ccca6a0c9 (patch) | |
tree | e0323698f19bc5f5efb471d6e9a4f72712d07e09 /core | |
parent | 85778b4aaa4a4cd2ae7fde80bb01afdc3632d123 (diff) | |
download | AntennaPod-2bea83706b37c7fe5d4b687236aaad4ccca6a0c9.zip |
added confirmation when clearing the queue. for issue #593
Diffstat (limited to 'core')
-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 277d7d3c0..b855bddaf 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -165,6 +165,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> |