diff options
-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 --> |