diff options
author | Arham Jamal <arhamjamal@gmail.com> | 2012-04-26 01:54:01 -0400 |
---|---|---|
committer | Arham Jamal <arhamjamal@gmail.com> | 2012-07-24 23:20:57 +0530 |
commit | a232640f6d79f349cead379bb2c851994acb63bb (patch) | |
tree | 7eed322294ca9e010f2b63407e7b0a5ebd1a882e /res/values | |
parent | b1fd1ebb1877d4897415950c056658bf7071a349 (diff) | |
download | packages_apps_browser-a232640f6d79f349cead379bb2c851994acb63bb.zip packages_apps_browser-a232640f6d79f349cead379bb2c851994acb63bb.tar.gz packages_apps_browser-a232640f6d79f349cead379bb2c851994acb63bb.tar.bz2 |
Added a menu item in Browser called Close other tabs
This closes all other tabs except the current one (only for the phone interface)
Will submit patch for tablet interface once this is approved.
It solves the problem of mass closing unneeded tabs to a certain extent.
Preferred method would be to select multiple tabs like list items.
Credits: Afzal Najam
Signed-off-by: Arham Jamal <arhamjamal@gmail.com>
Change-Id: I5af00f1c19043104987375f1da396eb6fefb5dd4
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9f771b2..3f9b3b1 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> |