diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4118f32bb9c..2b0902ef204 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -356,7 +356,6 @@ - @@ -372,7 +371,6 @@ - @@ -392,7 +390,6 @@ - @@ -412,7 +409,6 @@ - @@ -467,7 +463,6 @@ - @@ -510,7 +505,7 @@ @@ -561,7 +556,6 @@ - @@ -578,7 +572,6 @@ - @@ -614,7 +607,6 @@ - @@ -662,7 +654,6 @@ - @@ -696,7 +687,7 @@ diff --git a/res/values/strings.xml b/res/values/strings.xml index 407d1595bfa..03afded6624 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -539,7 +539,7 @@ Settings - Select settings shortcut + Settings shortcut Airplane mode @@ -1392,12 +1392,9 @@ Configured Networks - - Sound - - Display + - Sound settings + Sound Silent mode @@ -1521,9 +1518,9 @@ Manage search settings and history - + - Screen settings + Display Auto-rotate screen @@ -2662,8 +2659,6 @@ found in the list of installed applications. Accessibility - - Accessibility settings Services diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml index cd6191f1291..40e1880de99 100644 --- a/res/xml/settings_headers.xml +++ b/res/xml/settings_headers.xml @@ -66,14 +66,14 @@ android:id="@+id/sound_settings" android:icon="@drawable/ic_settings_sound" android:fragment="com.android.settings.SoundSettings" - android:title="@string/sound_settings_title" /> + android:title="@string/sound_settings" />
+ android:title="@string/display_settings" />