diff options
| author | Jules Aguillon | 2022-02-13 15:58:30 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-13 15:58:30 +0100 |
| commit | c05fdea76554a8e95a8c63f5bb72ca9e0003a382 (patch) | |
| tree | 059e544418dcf68c137bbb432e33b96866245e74 /res/values-fr | |
| parent | 4e98ab7515e58a1166acb36dc852166e3876fa56 (diff) | |
| download | unexpected-keyboard-c05fdea76554a8e95a8c63f5bb72ca9e0003a382.tar.gz unexpected-keyboard-c05fdea76554a8e95a8c63f5bb72ca9e0003a382.zip | |
Define the height of the keyboard relative to the screen size
Depending on the pixel density isn't ideal for a keyboard, which would
render differently depending on the "scaling" accessibility option.
Landscape mode needs a special values. At the same time, increase the
horizontal margin when landscape.
Diffstat (limited to 'res/values-fr')
| -rw-r--r-- | res/values-fr/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 5588d5d..506b2ad 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -23,7 +23,7 @@ <string name="pref_precise_repeat_summary">Modifier la vitesse de répétition en bougeant le doigt</string> <string name="pref_category_style">Style</string> <string name="pref_margin_bottom_title">Marge du bas</string> - <string name="pref_key_height_title">Hauteur des touches</string> + <string name="pref_keyboard_height_title">Hauteur du clavier</string> <string name="pref_horizontal_margin_title">Marge des côtés</string> <string name="pref_character_size_title">Taille des labels</string> <string name="pref_character_size_summary">Taille des caractères affichés sur les touches (%.2fx)</string> |
