summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-11 11:22:57 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-11 11:22:57 +0200
commit2c9a5ff54e0a1b6a1233776a07e8854f5082a8af (patch)
treeefc5523aad73c4d10d5b4f4e714bf9151bd66acc /res
parent870b673527fda111b29d901fc179635594160ba3 (diff)
downloadAntennaPod-2c9a5ff54e0a1b6a1233776a07e8854f5082a8af.zip
Added menu item to clear the queue
Diffstat (limited to 'res')
-rw-r--r--res/values/ids.xml1
-rw-r--r--res/values/strings.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml
index af5e59265..c1d4089f1 100644
--- a/res/values/ids.xml
+++ b/res/values/ids.xml
@@ -4,5 +4,6 @@
<item name="action_bar_add" type="id"/>
<item name="move_up_item" type="id"/>
<item name="move_down_item" type="id"/>
+ <item type="id" name="clear_queue_item"/>
</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 60d066aff..8acb89845 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -96,5 +96,6 @@
<string name="external_storage_error_msg">No external storage is available. Please make sure that external storage is mounted so that the app can work properly.</string>
<string name="share_link_label">Share link...</string>
<string name="share_source_label">Share source link...</string>
+ <string name="clear_queue_label">Clear queue</string>
</resources> \ No newline at end of file