diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-08-20 22:48:34 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-08-20 22:48:34 -0700 |
commit | 5a639da5d71f6dbe8a5609f103c6d19ff621f7a0 (patch) | |
tree | 6bdfae017ae21b765e11acf5a40382dcad251d77 /res | |
parent | e15815adf11aa5ffc2243b008c4fe372e54e42ff (diff) | |
download | dsub-5a639da5d71f6dbe8a5609f103c6d19ff621f7a0.tar.gz dsub-5a639da5d71f6dbe8a5609f103c6d19ff621f7a0.tar.bz2 dsub-5a639da5d71f6dbe8a5609f103c6d19ff621f7a0.zip |
Fixes to more of the bookmark playing
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/select_bookmark_context.xml | 8 |
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" |