summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-07-30 15:43:35 -0400
committerLeon Scroggins <scroggo@google.com>2009-07-30 15:43:35 -0400
commit2f40ce83ce2378ea1eae62323a605accc346ed12 (patch)
tree3c25009fcc2b16440b577f25519d0828d239b304
parent1e889171c51147f169e0c9d4e0df1723fdd12adc (diff)
downloadpackages_apps_Browser-2f40ce83ce2378ea1eae62323a605accc346ed12.zip
packages_apps_Browser-2f40ce83ce2378ea1eae62323a605accc346ed12.tar.gz
packages_apps_Browser-2f40ce83ce2378ea1eae62323a605accc346ed12.tar.bz2
Change the hint for the omnibox.
New hint tells the user that they can search in addition to entering urls.
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0056555..c600666 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -510,7 +510,7 @@
<string name="search_label" translatable="false">Browser</string>
<!-- This string is for the browser "Go To" UI. -->
<!-- This is the hint text shown in the Go To widget, before text is entered. -->
- <string name="search_hint">Type Web address</string>
+ <string name="search_hint">Search or type URL</string>
<!-- This string is for the browser "Go To" UI. -->
<!-- This is the button label in the "Go To" UI. -->
<string name="search_button_text">Go</string>