diff options
author | Lifu Tang <lifu@google.com> | 2013-08-08 00:55:39 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-08-08 00:55:39 +0000 |
commit | b14698ee6063960d48a691add890a5072f89ea2e (patch) | |
tree | 76e1ce40e906f3e2142a4a4b670be3cc988501e2 /res/xml/location_settings.xml | |
parent | 71decb7b072d69613083285cee6014d37b2e6ef8 (diff) | |
parent | e63142329060fabe105a8fd939cb637d530ae4a3 (diff) | |
download | packages_apps_Settings-b14698ee6063960d48a691add890a5072f89ea2e.tar.gz packages_apps_Settings-b14698ee6063960d48a691add890a5072f89ea2e.tar.bz2 packages_apps_Settings-b14698ee6063960d48a691add890a5072f89ea2e.zip |
Merge "Finished the location settings"
Diffstat (limited to 'res/xml/location_settings.xml')
-rw-r--r-- | res/xml/location_settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/location_settings.xml b/res/xml/location_settings.xml index 293b7722d..e646cab3a 100644 --- a/res/xml/location_settings.xml +++ b/res/xml/location_settings.xml @@ -22,7 +22,7 @@ <PreferenceScreen android:key="location_mode" android:title="@string/location_mode_title" - android:summary="@string/location_mode_high_accuracy_title" /> + android:summary="@string/location_mode_location_off_title" /> <PreferenceCategory android:key="recent_location_requests" |