summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-30 22:06:11 +0300
committerAndrew Dolgov <[email protected]>2011-11-30 22:06:11 +0300
commit95f6ef2fa2ad9bcdef5a54c8a8724d7f70d7de2e (patch)
tree6782039a6b98c8da5b026d4e51402cf0e67d580b /res
parentec7f489c6d3399176a2c786ad511c7f2c5c53010 (diff)
menu-related tweaks, drop duplicate set unread from headline context
menu
Diffstat (limited to 'res')
-rw-r--r--res/menu/headlines_menu.xml4
-rw-r--r--res/values/strings.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/res/menu/headlines_menu.xml b/res/menu/headlines_menu.xml
index d4700e68..524004b4 100644
--- a/res/menu/headlines_menu.xml
+++ b/res/menu/headlines_menu.xml
@@ -23,9 +23,9 @@
android:title="@string/share_article"/>
<item
- android:id="@+id/set_unread"
+ android:id="@+id/catchup_above"
android:showAsAction=""
- android:title="@string/article_set_unread"/>
+ android:title="@string/article_mark_read_above"/>
</group>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 05e19f29..9382128f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -58,6 +58,7 @@
<string name="context_selection_toggle_published">(Un)Publish</string>
<string name="context_selection_toggle_unread">(Un)Read</string>
<string name="article_set_unread">Set unread</string>
+ <string name="article_mark_read_above">Mark above read</string>
<string name="http_login_summary">Optional. Fill this if your tt-rss installation is protected by HTTP Basic authentication</string>
<string name="login_summary">Your tt-rss login. Not needed for single user mode</string>
<string name="enable_ads">Enable ads</string>