summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-09-08 15:35:33 -0400
committerLeon Scroggins <scroggo@google.com>2009-09-10 14:14:28 -0400
commit0a64ba581c9e476ef10f36a62825df933771427d (patch)
treed731eeeb92dbdf1ca2e7d3948f04ec66d0183f5d /res/values
parent44f1b38741122789fea19affc1a80a5cf90b81bf (diff)
downloadpackages_apps_browser-0a64ba581c9e476ef10f36a62825df933771427d.zip
packages_apps_browser-0a64ba581c9e476ef10f36a62825df933771427d.tar.gz
packages_apps_browser-0a64ba581c9e476ef10f36a62825df933771427d.tar.bz2
Add an active tabs page.
The active tabs page gives the user the ability to see all of their open tabs in a list, and switch tabs, create a new one, or close an old one. Fix for http://b/issue?id=2101994 Change-Id: Id4c14dd437f769144dbdb02011144ea97d8fd030
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 b224517..3654c74 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -20,6 +20,8 @@
<!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab -->
<string name="new_tab">New tab</string>
+ <!-- Name of menu item which brings up a list of the currently active tabs -->
+ <string name="active_tabs">Tabs</string>
<!-- Name of tab containing bookmarks -->
<string name="tab_bookmarks">Bookmarks</string>
<!-- Name of tab containing the user's most visited websites, organized by number of visits -->