diff options
author | Roy West <rwest@google.com> | 2009-06-23 16:53:37 -0700 |
---|---|---|
committer | Roy West <rwest@google.com> | 2009-06-23 16:53:37 -0700 |
commit | 4b007cb7323b41d66ddce7ec26573bce9e79cda0 (patch) | |
tree | ca5d1eae9a1343a699191c697fa49b2b4cac58da /res | |
parent | 518d02caa917bfe48e1cc22de84fb555cb82e9bb (diff) | |
download | packages_apps_Settings-4b007cb7323b41d66ddce7ec26573bce9e79cda0.zip packages_apps_Settings-4b007cb7323b41d66ddce7ec26573bce9e79cda0.tar.gz packages_apps_Settings-4b007cb7323b41d66ddce7ec26573bce9e79cda0.tar.bz2 |
Fix bug 1937431.
Shorten cut-off location permission string.
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 768033a..753b5c6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1144,7 +1144,7 @@ <!-- Setting title for allow sending location to google --> <string name="use_location_title">Share with Google</string> <!-- Title of dialog to user requesting use of location information to improve services --> - <string name="use_location_summary">Allow Google to use location for improved search results and other services</string> + <string name="use_location_summary">Allow Google to use location for improved search and other services</string> <!-- Message of dialog to user requesting use of location information --> <string name="use_location_warning_message">Allow Google to use location for improved search results and other services</string> <!-- Agree --> |