diff options
author | Mathew Inwood <mathewi@google.com> | 2011-01-10 16:32:32 +0000 |
---|---|---|
committer | Mathew Inwood <mathewi@google.com> | 2011-01-10 16:33:31 +0000 |
commit | 7edb5131810cf193d9f55517ed839c3b6c41159e (patch) | |
tree | c4422fd6daf65b21fad3d819f25fa09518a8724b /res/values | |
parent | 9391b9545f9845eae15713357bc4081853451f4a (diff) | |
download | packages_apps_settings-7edb5131810cf193d9f55517ed839c3b6c41159e.zip packages_apps_settings-7edb5131810cf193d9f55517ed839c3b6c41159e.tar.gz packages_apps_settings-7edb5131810cf193d9f55517ed839c3b6c41159e.tar.bz2 |
Fix capitalization in 'Google Search'.
Bug: 3093036
Change-Id: Iddd5de0ba2b40f2088cce2c5a30a0a9cafaf6aaf
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 64f8d9e..25e5499 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1745,11 +1745,11 @@ <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear --> <string name="assisted_gps_disabled">Use server to assist GPS (uncheck to improve GPS performance)</string> <!-- [CHAR_LIMIT=100] Security & location settings screen, setting check box label if the user wants to use their location for Google Search & other Google services --> - <string name="use_location_title">Use location for Google search</string> + <string name="use_location_title">Use location for Google Search</string> <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is clear --> - <string name="use_location_summary_disabled">Use location for Google search and other Google services</string> + <string name="use_location_summary_disabled">Use location for Google Search and other Google services</string> <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is checked --> - <string name="use_location_summary_enabled">Location used to improve Google search results and other Google services</string> + <string name="use_location_summary_enabled">Location used to improve Google Search results and other Google services</string> <!-- About --> <skip /> <!-- Main settings screen, setting title for the user to go into the About phone screen --> |