summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2009-08-31 17:27:53 -0700
committerAmith Yamasani <yamasani@google.com>2009-08-31 17:27:53 -0700
commitf411c9625c70bf9716805f0f1b146f07f4eca678 (patch)
treee4c34ac45b3bc6088b1dfe4a725dfafee9799643 /res
parentb89653cb954e6945d78a3f2ed876a1760c5d5484 (diff)
downloadpackages_apps_Settings-f411c9625c70bf9716805f0f1b146f07f4eca678.zip
packages_apps_Settings-f411c9625c70bf9716805f0f1b146f07f4eca678.tar.gz
packages_apps_Settings-f411c9625c70bf9716805f0f1b146f07f4eca678.tar.bz2
Show the Use location prompt only once if user agrees. Bug #1910370
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 96d7c60..e1a9bcd 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1174,7 +1174,7 @@
<!-- 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 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>
+ <string name="use_location_warning_message">Do you want to allow Google to use location for improved search results and other services?</string>
<!-- Agree -->
<string name="agree">Agree</string>
<!-- Disagree -->