diff options
author | David Christie <dnchrist@google.com> | 2013-09-30 11:22:08 -0700 |
---|---|---|
committer | David Christie <dnchrist@google.com> | 2013-09-30 12:33:09 -0700 |
commit | 07301cf1576fdb0dfa28636d68c929f0250743d4 (patch) | |
tree | 420f9ed1f74122c238c179ae2348178c3d3fff51 /res | |
parent | 768dc8f7293356cdada32a13a476c7477f0bb126 (diff) | |
download | packages_apps_Settings-07301cf1576fdb0dfa28636d68c929f0250743d4.zip packages_apps_Settings-07301cf1576fdb0dfa28636d68c929f0250743d4.tar.gz packages_apps_Settings-07301cf1576fdb0dfa28636d68c929f0250743d4.tar.bz2 |
Change location settings "Device sensors" to "Device only" (b/10992469).
Note this is the minimum change for things visible to the user.
I double checked the accessibility string description and it is still
valid as is (it says "Use GPS to pinpoint your location").
We can also change the internal code variable names to not say "sensors"
but I would suggest doing this after KLP as is a noop in UI.
Change-Id: I2f747a42388a82e30c59b4b6e91849c5d590e1af
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3c45bbc..5eff621 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2408,8 +2408,8 @@ <string name="location_mode_high_accuracy_title">High accuracy</string> <!-- [CHAR LIMIT=30] Location settings screen, battery saving location mode --> <string name="location_mode_battery_saving_title">Battery saving</string> - <!-- [CHAR LIMIT=30] Location settings screen, device sensors only location mode --> - <string name="location_mode_sensors_only_title">Device sensors</string> + <!-- [CHAR LIMIT=30] Location settings screen, device only location mode --> + <string name="location_mode_sensors_only_title">Device only</string> <!-- [CHAR LIMIT=30] Location settings screen, location off mode --> <string name="location_mode_location_off_title">Location off</string> <!-- [CHAR LIMIT=30] Location settings screen, sub category for recent location requests --> |