diff options
| author | Jules Aguillon | 2022-07-24 23:44:37 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-07-24 23:44:37 +0200 |
| commit | 081e9a6e531a34bb1639c2527f315c0be966e5d7 (patch) | |
| tree | 4bb75abe59785809950a5287fd6ac94c7046cb3d /res/values/strings.xml | |
| parent | bfde31da6e74aa57e3bcd6f2985fd4588bd48814 (diff) | |
| download | unexpected-keyboard-081e9a6e531a34bb1639c2527f315c0be966e5d7.tar.gz unexpected-keyboard-081e9a6e531a34bb1639c2527f315c0be966e5d7.zip | |
Add an option to control auto capitalisation
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 88aefef..dd9f336 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -10,6 +10,8 @@ <string name="pref_accents_e_all_installed">Show accents for all installed languages</string> <string name="pref_accents_e_selected">Only show accents for the selected language</string> <string name="pref_accents_e_none">Hide accents</string> + <string name="pref_autocapitalisation_title">Automatic capitalisation</string> + <string name="pref_autocapitalisation_summary">Press Shift at the beginning of a sentence</string> <string name="pref_programming_layout_title">Keyboard layout for programming</string> <string name="pref_programming_layout_none">None</string> <string name="pref_category_typing">Typing</string> |
