summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2013-08-16 15:19:56 -0400
committerTom Hennen <tom.hennen@gmail.com>2013-08-16 15:19:56 -0400
commitb886c38308a4e7ff9ab733e52b3703962d789fbf (patch)
treeae2808d43cd5b4cd8b4fe499798d2ca52154d1bf /res/values
parent2d83b39c27a32f51776dac14b032a72e0c3fbef8 (diff)
downloadAntennaPod-b886c38308a4e7ff9ab733e52b3703962d789fbf.zip
* updated code to reuse existing function for moving items in the queue
* added 'move to bottom'
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5fb778825..7b45a7201 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -127,6 +127,8 @@
<string name="organize_queue_label">Organize queue</string>
<string name="undo">Undo</string>
<string name="removed_from_queue">Item removed</string>
+ <string name="move_to_top_label">Move to top</string>
+ <string name="move_to_bottom_label">Move to bottom</string>
<!-- Flattr -->
<string name="flattr_auth_label">Flattr sign-in</string>
@@ -250,6 +252,5 @@
<string name="folder_not_empty_dialog_title">Folder is not empty</string>
<string name="folder_not_empty_dialog_msg">The folder you have selected is not empty. Media downloads and other files will be placed directly in this folder. Continue anyway?</string>
<string name="set_to_default_folder">Choose default folder</string>
- <string name="move_to_top_label">Move to top</string>
</resources> \ No newline at end of file