summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-05-17 13:29:57 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-17 13:29:57 -0700
commit3bf737fc05131a05e7d5d5ef3cefdfaf7ee6124b (patch)
tree0dba75b2e360f1dcbbaed3c944a7445af6110711 /res/values
parent292e53064af95d4974e8927b320d2ae08e9de2e7 (diff)
parent501fa7284ae63fe28b8f81f403f24befa7c992dd (diff)
downloadpackages_apps_browser-3bf737fc05131a05e7d5d5ef3cefdfaf7ee6124b.zip
packages_apps_browser-3bf737fc05131a05e7d5d5ef3cefdfaf7ee6124b.tar.gz
packages_apps_browser-3bf737fc05131a05e7d5d5ef3cefdfaf7ee6124b.tar.bz2
am 501fa728: Merge "Added a menu item in Browser called Close other tabs"
* commit '501fa7284ae63fe28b8f81f403f24befa7c992dd': Added a menu item in Browser called Close other tabs
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7df2a91..6fd0555 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -197,6 +197,8 @@
<string name="goto_dot">Go</string>
<!-- Menu item to switch to text selection mode for copy and paste. -->
<string name="select_dot">Select text</string>
+ <!-- Menu item to close all other tabs [CHAR LIMIT=40] -->
+ <string name="close_other_tabs">Close other tabs</string>
<!-- Menu item to open the bookmarks page. This is a shorter version that
is displayed with an icon -->
<string name="bookmarks">Bookmarks</string>