diff options
author | John Reck <jreck@google.com> | 2011-01-18 14:42:45 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-01-18 14:42:45 -0800 |
commit | 47adc5fc10a97fec071e6c3ffae8a1c4290216b7 (patch) | |
tree | b2f2dc6eb88fe9a07219515840e11cc87e5c0536 | |
parent | 963243527d67fd6c2ada3899c452de94d8d9f8e5 (diff) | |
download | packages_apps_Browser-47adc5fc10a97fec071e6c3ffae8a1c4290216b7.zip packages_apps_Browser-47adc5fc10a97fec071e6c3ffae8a1c4290216b7.tar.gz packages_apps_Browser-47adc5fc10a97fec071e6c3ffae8a1c4290216b7.tar.bz2 |
Change open in background string to tabs on xlarge
Bug: 3366071
Change-Id: Iee8297234d4784ee7f1a5c84a9bf2ae0351eacb8
-rw-r--r-- | res/values-xlarge/strings.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/res/values-xlarge/strings.xml b/res/values-xlarge/strings.xml index ee20dfa..92646a4 100644 --- a/res/values-xlarge/strings.xml +++ b/res/values-xlarge/strings.xml @@ -30,4 +30,6 @@ <string name="contextmenu_openlink_newwindow_background">Open in new background tab</string> <!-- Context menu item to open every bookmark in a folder in new tabs [CHAR LIMIT=50] --> <string name="open_all_in_new_window">Open all in new tabs</string> + <!-- Settings summary CHAR LIMIT=50]--> + <string name="pref_content_open_in_background_summary">Open new tabs behind the current one</string> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 02f94ce..a1701f0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -326,7 +326,7 @@ <item>ON_DEMAND</item> <item>OFF</item> </string-array> - <!-- Settings summary --> + <!-- Settings summary [CHAR LIMIT=50]--> <string name="pref_content_open_in_background_summary">Open new windows behind the current one</string> <!-- Settings label --> <string name="pref_content_homepage">Set home page</string> |