diff options
author | Elliott Slaughter <eds@google.com> | 2010-07-14 18:10:36 -0700 |
---|---|---|
committer | Elliott Slaughter <eds@google.com> | 2010-08-05 16:24:03 -0700 |
commit | f0f03954b3092296c58dcb040e2dabd1696dd5c4 (patch) | |
tree | a68a168dfefea8cf5eaea41243367f339c72d520 /res/values | |
parent | 80f32627140aefe828ad539f66fc439d1580bae7 (diff) | |
download | packages_apps_Browser-f0f03954b3092296c58dcb040e2dabd1696dd5c4.zip packages_apps_Browser-f0f03954b3092296c58dcb040e2dabd1696dd5c4.tar.gz packages_apps_Browser-f0f03954b3092296c58dcb040e2dabd1696dd5c4.tar.bz2 |
Initial work on browser incognito mode history feature.
Change-Id: I5d1575a9b74704abc313b322ae08ca7caaccdc69
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 0dcfa9e..af0bbe9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -20,6 +20,8 @@ <string name="choose_upload">Choose file for upload</string> <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab --> <string name="new_tab">New window</string> + <!-- Name of menu item of a new incognito tab. Also used in the title bar when displaying a new tab --> + <string name="new_incognito_tab">New incognito window</string> <!-- Name of menu item which brings up a list of the currently active tabs --> <string name="active_tabs">Windows</string> <!-- Name of tab containing bookmarks --> |