diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml
index c62175a17..a6044a72b 100644
--- a/app/src/main/res/values/donottranslate.xml
+++ b/app/src/main/res/values/donottranslate.xml
@@ -86,8 +86,6 @@
true
allow_copy_password_key
false
- clear_clipboard_notification_key
- false
recentfile
true
keyfile
@@ -108,6 +106,8 @@
magic_keyboard_preference_key
clipboard_notifications_key
false
+ clear_clipboard_notification_key
+ true
clip_timeout_key
60000
settings_autofill_enable_key
@@ -117,9 +117,9 @@
keyboard_notification_entry_key
true
keyboard_notification_entry_clear_close_key
- false
+ true
keyboard_entry_timeout_key
- keyboard_theme_key
+ 60000
keyboard_key_vibrate_key
true
keyboard_key_sound_key
diff --git a/app/src/main/res/xml/keyboard_preferences.xml b/app/src/main/res/xml/keyboard_preferences.xml
index 839d3a760..1485d6e1e 100644
--- a/app/src/main/res/xml/keyboard_preferences.xml
+++ b/app/src/main/res/xml/keyboard_preferences.xml
@@ -43,7 +43,7 @@
android:entries="@array/timeout_options"
android:entryValues="@array/timeout_values"
android:dialogTitle="@string/keyboard_entry_timeout_title"
- android:defaultValue="@string/timeout_default"
+ android:defaultValue="@string/keyboard_entry_timeout_default"
android:dependency="@string/keyboard_notification_entry_clear_close_key"/>