summaryrefslogtreecommitdiff
path: root/res/menu/category_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-29 14:09:27 +0300
committerAndrew Dolgov <[email protected]>2011-11-29 14:09:27 +0300
commitc8f79f546557bb624740c59ac44b8ed814c944db (patch)
tree29900f624e89b27c0773fda0fc8033a6d96d2474 /res/menu/category_menu.xml
parent980b5696e34b7025cd62d829fa9032bc864c2ab6 (diff)
implement batch actions on selected articles
Diffstat (limited to 'res/menu/category_menu.xml')
-rw-r--r--res/menu/category_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/category_menu.xml b/res/menu/category_menu.xml
index d437a0ca..59ff8f8c 100644
--- a/res/menu/category_menu.xml
+++ b/res/menu/category_menu.xml
@@ -2,10 +2,10 @@
<item
android:id="@+id/browse_articles"
- android:title="Browse articles"/>
+ android:title="@string/category_browse_articles"/>
<item
android:id="@+id/browse_feeds"
- android:title="Browse feeds"/>
+ android:title="@string/category_browse_feeds"/>
</menu> \ No newline at end of file