diff options
author | Steve Block <steveblock@google.com> | 2009-09-30 07:17:51 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-09-30 07:17:51 -0700 |
commit | ebc8ef4a12ff9efc77c6c372b2a16516fe73670c (patch) | |
tree | ee077e35555790bfcca32dab0f6dd78a0e0fd900 /res | |
parent | f866b1c17da52570106570bf3788429a262d4b43 (diff) | |
parent | 9957024e9a4c904c83d76df03c4ebf9bdaa5f4c6 (diff) | |
download | packages_apps_browser-ebc8ef4a12ff9efc77c6c372b2a16516fe73670c.zip packages_apps_browser-ebc8ef4a12ff9efc77c6c372b2a16516fe73670c.tar.gz packages_apps_browser-ebc8ef4a12ff9efc77c6c372b2a16516fe73670c.tar.bz2 |
am 9957024e: Merge change Ic78ed87e into eclair
Merge commit '9957024e9a4c904c83d76df03c4ebf9bdaa5f4c6' into eclair-plus-aosp
* commit '9957024e9a4c904c83d76df03c4ebf9bdaa5f4c6':
Changes "New York Times" to "NY Times" in bookmarks list.
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> |