abouttreesummaryrefslogcommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-07-24 23:57:32 +0200
committerJules Aguillon2022-07-24 23:57:32 +0200
commitdec0a7471b20f8fd84a59f25b5c00043cc872865 (patch)
tree81dc36afed7a9aaf684bfd76111b8f3cabbfac49 /res/values/strings.xml
parent53b9afa973e2ba1ab32f8e0865f624aaeb43aaa3 (diff)
downloadunexpected-keyboard-dec0a7471b20f8fd84a59f25b5c00043cc872865.tar.gz
unexpected-keyboard-dec0a7471b20f8fd84a59f25b5c00043cc872865.zip
Option "Lockable modifiers" is deprecated
Mark that it is planned to be removed, remove corresponding translations.
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7bd9a3a..78042ee 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -23,8 +23,8 @@
<string name="pref_vibrate_summary">Enable/disable vibration on keypress</string>
<string name="pref_precise_repeat_title">Precise cursor movements</string>
<string name="pref_precise_repeat_summary">Modulate key repeat speed by swiping more or less</string>
- <string name="pref_lockable_keys_title">Lockable modifiers</string>
- <string name="pref_lockable_keys_summary">Modifiers that can be locked by typing them twice</string>
+ <string name="pref_lockable_keys_title">Deprecated: Lockable modifiers</string>
+ <string name="pref_lockable_keys_summary">This option will be removed</string>
<string name="pref_lock_double_tap_title">Double tap on shift for caps lock</string>
<string name="pref_lock_double_tap_summary">Instead of holding modifiers for a time</string>
<string name="pref_category_style">Style</string>