diff options
author | Mike LeBeau <mlebeau@android.com> | 2009-06-03 08:39:26 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-06-03 08:39:26 -0700 |
commit | 67ad85d94de610b798c22b841c9eb1415c1517a5 (patch) | |
tree | cd07760c50cdb719574bc8291a6613aaa4ee5d53 /res/values | |
parent | a3815b4c63e70c71aa0018f4f568392f193944fa (diff) | |
parent | 8dd422a6b60f82a950900fb12d3ba987edac3e86 (diff) | |
download | packages_apps_Browser-67ad85d94de610b798c22b841c9eb1415c1517a5.zip packages_apps_Browser-67ad85d94de610b798c22b841c9eb1415c1517a5.tar.gz packages_apps_Browser-67ad85d94de610b798c22b841c9eb1415c1517a5.tar.bz2 |
am 8dd422a6: Change the string for the browser in global search from "Bookmarks & history" to "Browser".
Merge commit '8dd422a6b60f82a950900fb12d3ba987edac3e86'
* commit '8dd422a6b60f82a950900fb12d3ba987edac3e86':
Change the string for the browser in global search from
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 95c85f8..bb2f8e2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -39,7 +39,7 @@ <!-- The label on the "sign in" button --> <string name="action">Sign in</string> <!-- The name of the bookmarks and history search suggestion source. --> - <string name="bookmarks_search">Bookmarks & history</string> + <string name="bookmarks_search">Browser</string> <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts --> <string name="cancel">Cancel</string> |