diff options
author | Danesh M <daneshm90@gmail.com> | 2012-01-18 15:23:24 -0500 |
---|---|---|
committer | Arham Jamal <arhamjamal@gmail.com> | 2012-07-24 23:39:55 +0530 |
commit | de692b84d11662673738901afd6584f64eb20c72 (patch) | |
tree | c804bf9c73a25ae08c070d762fc2b48a0547a85a /res/values | |
parent | a232640f6d79f349cead379bb2c851994acb63bb (diff) | |
download | packages_apps_browser-de692b84d11662673738901afd6584f64eb20c72.zip packages_apps_browser-de692b84d11662673738901afd6584f64eb20c72.tar.gz packages_apps_browser-de692b84d11662673738901afd6584f64eb20c72.tar.bz2 |
Browser : Open in incognito tab
Long click on a link now allows you to choose
between opening in incognito/regular tab.
Credits: Danesh M
Signed-off-by: Arham Jamal <arhamjamal@gmail.com>
Change-Id: Iba8e7446e69ae66e0bd957910e6309fdb0e0b947
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3f9b3b1..bb809c4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -234,6 +234,12 @@ <!-- Context Menu item to open the currently selected link in a new background window. [CHAR LIMIT=50] --> <string name="contextmenu_openlink_newwindow_background">Open in new background tab</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> <!-- Context Menu item to save the webpage referred to by this link to the SD card (external storage) --> <string name="contextmenu_savelink">Save link</string> |