diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/browsercontext.xml | 2 | ||||
-rw-r--r-- | res/values/cm_strings.xml | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/res/menu/browsercontext.xml b/res/menu/browsercontext.xml index 8137a67..8c25821 100644 --- a/res/menu/browsercontext.xml +++ b/res/menu/browsercontext.xml @@ -40,6 +40,8 @@ android:title="@string/contextmenu_openlink"/> <item android:id="@+id/open_newtab_context_menu_id" android:title="@string/contextmenu_openlink_newwindow"/> + <item android:id="@+id/open_newtab_incognito_context_menu_id" + android:title="@string/contextmenu_openlink_incognito_newwindow"/> <item android:id="@+id/save_link_context_menu_id" android:title="@string/contextmenu_savelink"/> <item android:id="@+id/copy_link_context_menu_id" diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 63b04e9..b948091 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -17,4 +17,11 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Content description for home screen button [CHAR LIMIT=NONE] --> <string name="accessibility_button_homescreen">Home screen</string> + + <!-- Context Menu item to open the currently selected link in a new + incognito window. --> + <string name="contextmenu_openlink_incognito_newwindow">Open in new incognito tab</string> + <!-- Context Menu item to open the currently selected link in a new + background window. [CHAR LIMIT=50] --> + <string name="contextmenu_openlink_incognito_newwindow_background">Open in new incognito background tab</string> </resources> |