diff options
author | John Reck <jreck@google.com> | 2011-07-17 14:16:35 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-07-17 14:16:35 -0700 |
commit | 7980ecd715ebb4e3ce57a6218fecb1122e653217 (patch) | |
tree | c26ac240bfdb09383854ac08215b2d6a814dc552 /res/values | |
parent | a48377d67a3568a7e117f2c4011cd49a871bd13c (diff) | |
download | packages_apps_browser-7980ecd715ebb4e3ce57a6218fecb1122e653217.zip packages_apps_browser-7980ecd715ebb4e3ce57a6218fecb1122e653217.tar.gz packages_apps_browser-7980ecd715ebb4e3ce57a6218fecb1122e653217.tar.bz2 |
Clarify wording
Bug 5019910
Change-Id: Ib2381cb416b241df8998144947ef5300dab07386
Diffstat (limited to 'res/values')
-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> |