diff options
author | razorloves <razorloves@gmail.com> | 2016-02-02 20:04:45 -0600 |
---|---|---|
committer | razorloves <razorloves@gmail.com> | 2016-02-02 20:04:45 -0600 |
commit | 228ffe700a0754f180e51b24c447655daa1a7286 (patch) | |
tree | b5be080dbd1c0ce3ea14d5037c8fc04bfc0d42a0 /res/values | |
parent | a11d93627a06904f2cc169d54d9b16380d467678 (diff) | |
download | packages_apps_SetupWizard-228ffe700a0754f180e51b24c447655daa1a7286.zip packages_apps_SetupWizard-228ffe700a0754f180e51b24c447655daa1a7286.tar.gz packages_apps_SetupWizard-228ffe700a0754f180e51b24c447655daa1a7286.tar.bz2 |
String update, change wording from "Mobile" to "Cellular"
Bring inline with AOSP's terminology
Change-Id: Id2e62140da23f4eefe206d9f9baeb5979886086f
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index afbfaa9..847afcb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -54,13 +54,13 @@ <string name="location_access_summary"><b>Allow apps that have asked your permission</b> to use your location information. This may include your current location and past locations.</string> <string name="location_battery_saving"><b>Reduce battery consumption</b> by restricting the number of GPS updates per hour.</string> <string name="location_network"><b>Use Wi-Fi</b> to help apps determine your location.</string> - <string name="location_network_telephony"><b>Use Wi-Fi and mobile networks</b> to help apps determine your location.</string> + <string name="location_network_telephony"><b>Use Wi-Fi and cellular networks</b> to help apps determine your location.</string> <string name="location_network_gms"><b>Use Google\'s location service</b> to help apps determine your location. This means sending anonymous location data to Google, even when no apps are running.</string> - <string name="setup_mobile_data">Turn on mobile data</string> + <string name="setup_mobile_data">Turn on cellular data</string> <string name="setup_mobile_data_no_service">No service</string> <string name="setup_mobile_data_emergency_only">Emergency calls only</string> - <string name="enable_mobile_data_summary">Do you want to use mobile data during setup? Turning on mobile data may be subject to data charges.</string> + <string name="enable_mobile_data_summary">Do you want to use cellular data during setup? Turning on cellular data may be subject to data charges.</string> <string name="no">No</string> <string name="yes">Yes</string> |