summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/menu/headlines_context_menu.xml4
-rw-r--r--res/values/strings.xml1
2 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/headlines_context_menu.xml b/res/menu/headlines_context_menu.xml
index 2a445216..d50fac1d 100644
--- a/res/menu/headlines_context_menu.xml
+++ b/res/menu/headlines_context_menu.xml
@@ -19,6 +19,10 @@
android:showAsAction=""
android:title="@string/share_article"/>
<item
+ android:id="@+id/headlines_article_link_open"
+ android:showAsAction=""
+ android:title="@string/open_article_in_web_browser"/>
+ <item
android:id="@+id/headlines_article_link_copy"
android:showAsAction=""
android:title="@string/article_link_copy"/>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a6ec2eb7..3ab84958 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -216,4 +216,5 @@
<string name="unsubscribe">Unsubscribe</string>
<string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
<string name="toggle_sidebar">Toggle sidebar</string>
+ <string name="open_article_in_web_browser">Open in web browser</string>
</resources>