summaryrefslogtreecommitdiff
path: root/res/menu/headlines_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-30 10:22:27 +0300
committerAndrew Dolgov <[email protected]>2011-11-30 10:22:27 +0300
commit2f10a4a88ebeaf79385276e6b06b1308040ee7d1 (patch)
tree33df5276688497cd8825852a728f757ede020fb6 /res/menu/headlines_menu.xml
parent042885888a73e5d13f1b4aeb36c11ca98629ed55 (diff)
implement special options menu for selected headlines
Diffstat (limited to 'res/menu/headlines_menu.xml')
-rw-r--r--res/menu/headlines_menu.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/menu/headlines_menu.xml b/res/menu/headlines_menu.xml
index ac614810..32ecae81 100644
--- a/res/menu/headlines_menu.xml
+++ b/res/menu/headlines_menu.xml
@@ -4,18 +4,18 @@
android:id="@+id/selection_toggle_unread"
android:icon="@android:drawable/ic_menu_recent_history"
android:showAsAction=""
- android:title="@string/selection_toggle_unread"/>
+ android:title="@string/context_selection_toggle_unread"/>
<item
android:id="@+id/selection_toggle_marked"
android:icon="@android:drawable/star_off"
android:showAsAction=""
- android:title="@string/selection_toggle_marked"/>
+ android:title="@string/context_selection_toggle_marked"/>
<item
android:id="@+id/selection_toggle_published"
android:icon="@drawable/ic_menu_rss"
android:showAsAction=""
- android:title="@string/selection_toggle_published"/>
+ android:title="@string/context_selection_toggle_published"/>
</menu> \ No newline at end of file