aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/res/xml/prefs.xml')
-rw-r--r--java/res/xml/prefs.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index a95255eb0..51e3420e9 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -69,6 +69,12 @@
android:value="@string/dictionary_pack_client_id" />
</intent>
</PreferenceScreen>
+ <CheckBoxPreference
+ android:key="pref_key_block_potentially_offensive"
+ android:title="@string/prefs_block_potentially_offensive_title"
+ android:summary="@string/prefs_block_potentially_offensive_summary"
+ android:persistent="true"
+ android:defaultValue="@bool/config_block_potentially_offensive" />
<ListPreference
android:key="auto_correction_threshold"
android:title="@string/auto_correction"
@@ -177,11 +183,12 @@
android:key="pref_keypress_sound_volume"
android:title="@string/prefs_keypress_sound_volume_settings"
latin:maxValue="100" /> <!-- percent -->
- <!-- The show setup wizard icon settings shouldn't be persistent and the default value
- is added programmatically. -->
+ <!-- The settigs for showing setup wizard application icon shouldn't be persistent and
+ the default value is added programmatically. -->
<CheckBoxPreference
android:key="pref_show_setup_wizard_icon"
- android:title="@string/show_setup_wizard_icon" />
+ android:title="@string/show_setup_wizard_icon"
+ android:summary="@string/show_setup_wizard_icon_summary" />
</PreferenceScreen>
<PreferenceScreen
android:key="send_feedback"