aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-08-20 22:48:34 -0700
committerScott Jackson <daneren2005@gmail.com>2014-08-20 22:48:34 -0700
commit5a639da5d71f6dbe8a5609f103c6d19ff621f7a0 (patch)
tree6bdfae017ae21b765e11acf5a40382dcad251d77 /res/menu
parente15815adf11aa5ffc2243b008c4fe372e54e42ff (diff)
downloaddsub-5a639da5d71f6dbe8a5609f103c6d19ff621f7a0.tar.gz
dsub-5a639da5d71f6dbe8a5609f103c6d19ff621f7a0.tar.bz2
dsub-5a639da5d71f6dbe8a5609f103c6d19ff621f7a0.zip
Fixes to more of the bookmark playing
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/select_bookmark_context.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/menu/select_bookmark_context.xml b/res/menu/select_bookmark_context.xml
index 7e3117f8..2b1b83fd 100644
--- a/res/menu/select_bookmark_context.xml
+++ b/res/menu/select_bookmark_context.xml
@@ -5,10 +5,14 @@
<item
android:id="@+id/bookmark_menu_info"
android:title="@string/common.info"/>
+
+ <item
+ android:id="@+id/song_menu_show_album"
+ android:title="@string/download.menu_show_album"/>
<item
- android:id="@+id/album_menu_show_artist"
- android:title="menu.show_artist"/>
+ android:id="@+id/song_menu_show_artist"
+ android:title="@string/menu.show_artist"/>
<item
android:id="@+id/song_menu_download"