diff options
author | Jason Chen <jasonchen@google.com> | 2012-03-16 14:16:17 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-03-16 14:16:17 -0700 |
commit | dd6c0d61d7a3c605be2d402c3cd2586c539df81c (patch) | |
tree | 1a3af86b50caa983dd3e76c74e57c4235c9e9af1 | |
parent | c4bf8cd955e7a317c6d9c0eb023d5994be0f1e9d (diff) | |
parent | 23d0b5287a527379d7c52a971b7dfa8c1fc769e2 (diff) | |
download | packages_apps_Settings-dd6c0d61d7a3c605be2d402c3cd2586c539df81c.tar.gz packages_apps_Settings-dd6c0d61d7a3c605be2d402c3cd2586c539df81c.tar.bz2 packages_apps_Settings-dd6c0d61d7a3c605be2d402c3cd2586c539df81c.zip |
am 23d0b528: Update string in Settings
* commit '23d0b5287a527379d7c52a971b7dfa8c1fc769e2':
Update string in Settings
-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 90b1446fc..1d7038bf3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2098,7 +2098,7 @@ <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for Google location service (cell ID, wifi, etc.) --> <string name="location_network_based">Google\'s location service</string> <!-- [CHAR LIMIT=130] Security & location settings screen, setting summary for Google location service check box--> - <string name="location_neighborhood_level">Let apps use data from sources such as Wi-Fi and mobile networks to determine your approximate location</string> + <string name="location_neighborhood_level">Allow anonymous location data to be sent to Google. Also allow permitted apps to use data from sources such as Wi-Fi and mobile networks to determine your approximate location.</string> <!-- [CHAR LIMIT=130] Security & location settings screen, setting summary when Use wireless networks check box is selected, for wifi-only devices --> <string name="location_neighborhood_level_wifi">Location determined by Wi-Fi</string> <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for GPS satellites --> |