aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/res/xml/prefs.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index f68ee0168..734c6dc79 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -18,6 +18,9 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/english_ime_settings"
android:key="english_ime_settings">
+ <PreferenceScreen
+ android:key="subtype_settings"
+ android:title="@string/language_selection_title" />
<PreferenceCategory
android:title="@string/general_category"
android:key="general_settings">
@@ -60,10 +63,6 @@
android:entryValues="@array/voice_input_modes_values"
android:entries="@array/voice_input_modes"
android:defaultValue="@string/voice_mode_main" />
- <PreferenceScreen
- android:key="subtype_settings"
- android:title="@string/language_selection_title"
- android:summary="@string/language_selection_summary" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/correction_category"