diff options
author | John Reck <jreck@google.com> | 2011-07-18 10:48:07 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-07-18 10:48:07 -0700 |
commit | 53f669a11491ff00f1af14cac6ef69335124f0ec (patch) | |
tree | 7e9226eada249acff70fd80032fd2b0f688da9f8 /res | |
parent | e6404b8168ee68bbaad753be932129d73d54de39 (diff) | |
parent | 7980ecd715ebb4e3ce57a6218fecb1122e653217 (diff) | |
download | packages_apps_browser-53f669a11491ff00f1af14cac6ef69335124f0ec.zip packages_apps_browser-53f669a11491ff00f1af14cac6ef69335124f0ec.tar.gz packages_apps_browser-53f669a11491ff00f1af14cac6ef69335124f0ec.tar.bz2 |
Merge "Clarify wording"
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a5d40e4..39cd1a7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -322,8 +322,8 @@ <item>Blank page</item> <!-- Setting choice to set the homepage to the default page [CHAR LIMIT=40] --> <item>Default page</item> - <!-- Setting choice to set the homepage to the "Most Visited" homepage feature [CHAR LIMIT=40] --> - <item>Most-visited homepage</item> + <!-- Setting choice to set the homepage to the "Most Visited" homepage feature, which is a list of most visited sites [CHAR LIMIT=40] --> + <item>Most visited sites</item> <!-- Setting choice to set the homepage to a user entered URL [CHAR LIMIT=40] --> <item>Other\u2026</item> </string-array> |