diff options
| author | Jules Aguillon | 2022-10-23 22:01:43 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-10-23 22:01:43 +0200 |
| commit | 6aa4740702f20a4f0d5bbbe2b57e2648ba6db705 (patch) | |
| tree | 7652c858dbd40bd4ec947163ec6b27db3380ba65 /res/values | |
| parent | ff0c0354d6395f58da6d7c4d4b5b724fa054e38f (diff) | |
| download | unexpected-keyboard-6aa4740702f20a4f0d5bbbe2b57e2648ba6db705.tar.gz unexpected-keyboard-6aa4740702f20a4f0d5bbbe2b57e2648ba6db705.zip | |
Clarify the double tap option text
Also update a bit the README.
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3ab5329..501aefc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -27,7 +27,7 @@ <string name="pref_lockable_keys_title">Deprecated: Lockable modifiers</string> <string name="pref_lockable_keys_summary">Every modifiers can be locked with a long press</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_lock_double_tap_summary">You can lock any modifier by holding it</string> <string name="pref_category_style">Style</string> <string name="pref_margin_bottom_title">Margin bottom</string> <string name="pref_keyboard_height_title">Keyboard height</string> |
