diff options
author | Steve Block <steveblock@google.com> | 2009-09-30 10:46:44 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-09-30 14:44:10 +0100 |
commit | 9206d8c935adaa79dbaa01100256016f08d54d13 (patch) | |
tree | 38ec741efbbcc0d588d6661b030c5661cf4e8b1d /res | |
parent | ab1fc3ba06e40b64910406ba848de212401e6c34 (diff) | |
download | packages_apps_browser-9206d8c935adaa79dbaa01100256016f08d54d13.zip packages_apps_browser-9206d8c935adaa79dbaa01100256016f08d54d13.tar.gz packages_apps_browser-9206d8c935adaa79dbaa01100256016f08d54d13.tar.bz2 |
Changes "New York Times" to "NY Times" in bookmarks list.
This is part of the fix for http://b/issue?id=2155414.
Also requires changes to vendor-specific strings.
Change-Id: Ic78ed87ebbe33a73fac6635b885b2c9d3113cbce
Diffstat (limited to 'res')
-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 9fd8c87..2d91d31 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -675,7 +675,7 @@ <item>http://www.ebay.com/</item> <item>CNN</item> <item>http://www.cnn.com/</item> - <item>New York Times</item> + <item>NY Times</item> <item>http://www.nytimes.com/</item> <item>ESPN</item> <item>http://espn.go.com/</item> |