diff options
author | David Christie <dnchrist@google.com> | 2013-10-01 05:26:44 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-01 05:26:44 -0700 |
commit | d0217f0f88a692519a95768321c3923e97032530 (patch) | |
tree | 819a6655c813a7b043f61745ece7ee868cdaa512 /res | |
parent | e1f522ad4bac2d39bcaddf60a91256e15d9ab942 (diff) | |
parent | 7cdb34f50eb2c786998b4af943d49bb091b249cd (diff) | |
download | packages_apps_Settings-d0217f0f88a692519a95768321c3923e97032530.zip packages_apps_Settings-d0217f0f88a692519a95768321c3923e97032530.tar.gz packages_apps_Settings-d0217f0f88a692519a95768321c3923e97032530.tar.bz2 |
am 7cdb34f5: Merge "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
* commit '7cdb34f50eb2c786998b4af943d49bb091b249cd':
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.
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 --> |