diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-02-13 18:49:50 -0800 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2014-02-13 18:55:15 -0800 |
commit | c169ee6fdc4cb2798e22f929b24a0bf025b45e1c (patch) | |
tree | 38dd3964c93f222fd6fe923fde61ab11602ab48b /res | |
parent | a7ad619af46baf78f7d6b65a0482aa387f4a6784 (diff) | |
download | packages_apps_Settings-c169ee6fdc4cb2798e22f929b24a0bf025b45e1c.tar.gz packages_apps_Settings-c169ee6fdc4cb2798e22f929b24a0bf025b45e1c.tar.bz2 packages_apps_Settings-c169ee6fdc4cb2798e22f929b24a0bf025b45e1c.zip |
Improve titles
- makes titles consistent with what is shown into the Drawer and
defined into the PreferenceScreen files
Change-Id: I6077d947b3afcc63bfbe9c78b973709778064f9b
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/accessibility_settings.xml | 2 | ||||
-rw-r--r-- | res/xml/application_settings.xml | 2 | ||||
-rw-r--r-- | res/xml/device_info_memory.xml | 2 | ||||
-rw-r--r-- | res/xml/power_usage_summary.xml | 2 | ||||
-rw-r--r-- | res/xml/wifi_settings.xml | 2 | ||||
-rw-r--r-- | res/xml/wireless_settings.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/accessibility_settings.xml b/res/xml/accessibility_settings.xml index 666921ad2..9bbb670fb 100644 --- a/res/xml/accessibility_settings.xml +++ b/res/xml/accessibility_settings.xml @@ -16,7 +16,7 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" - android:title="@string/accessibility_settings_title"> + android:title="@string/accessibility_settings"> <PreferenceCategory android:key="services_category" diff --git a/res/xml/application_settings.xml b/res/xml/application_settings.xml index 332966287..b49896c9b 100644 --- a/res/xml/application_settings.xml +++ b/res/xml/application_settings.xml @@ -22,7 +22,7 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/applications_settings_header" + android:title="@string/applications_settings" android:summary="@string/applications_settings_summary" android:key="applications_settings"> diff --git a/res/xml/device_info_memory.xml b/res/xml/device_info_memory.xml index e905f39ef..e4ea1cc9b 100644 --- a/res/xml/device_info_memory.xml +++ b/res/xml/device_info_memory.xml @@ -15,7 +15,7 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/storage_settings_title"> + android:title="@string/storage_settings"> <!-- Preference categories are dynamically created based on the list of available storage volumes --> diff --git a/res/xml/power_usage_summary.xml b/res/xml/power_usage_summary.xml index 5fcae5c83..f6ee59455 100644 --- a/res/xml/power_usage_summary.xml +++ b/res/xml/power_usage_summary.xml @@ -15,7 +15,7 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/battery_since_unplugged" + android:title="@string/power_usage_summary_title" android:key="app_list"> <Preference style="?android:attr/preferenceInformationStyle" diff --git a/res/xml/wifi_settings.xml b/res/xml/wifi_settings.xml index d984d8f5a..75e8f619d 100644 --- a/res/xml/wifi_settings.xml +++ b/res/xml/wifi_settings.xml @@ -15,6 +15,6 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/wifi_settings_category"> + android:title="@string/wifi_settings"> </PreferenceScreen> diff --git a/res/xml/wireless_settings.xml b/res/xml/wireless_settings.xml index c7b9019af..474eeb948 100644 --- a/res/xml/wireless_settings.xml +++ b/res/xml/wireless_settings.xml @@ -15,7 +15,7 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/wireless_networks_settings_title"> + android:title="@string/radio_controls_title"> <CheckBoxPreference android:key="toggle_airplane" |