diff options
| author | Jules Aguillon | 2023-08-10 20:55:42 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-08-16 12:21:38 +0200 |
| commit | 613aa283bdcab3d8d6e26fbe08aedcc49a8fe571 (patch) | |
| tree | 5760d3e69c389cc0e41f5f7a9c59b75e6f986cd3 /res/values-cs/strings.xml | |
| parent | ddceb69d4e5a8eac458b20145fe121580c0d6444 (diff) | |
| download | unexpected-keyboard-613aa283bdcab3d8d6e26fbe08aedcc49a8fe571.tar.gz unexpected-keyboard-613aa283bdcab3d8d6e26fbe08aedcc49a8fe571.zip | |
LayoutsPreference: Remove cross button for custom layouts
Remove the cross button on the right of custom layouts to reduce
accidental removal.
A remove button is added in the dialog for modifying the layout.
Diffstat (limited to 'res/values-cs/strings.xml')
| -rw-r--r-- | res/values-cs/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index f4df544..2072e7a 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -14,6 +14,7 @@ <string name="pref_layout_e_custom">Vlastní rozvržení</string> <string name="pref_layouts_add">Přidat alternativní rozložení</string> <string name="pref_layouts_item">Rozložení %1$d: %2$s</string> + <!-- <string name="pref_layouts_remove_custom">Remove layout</string> --> <string name="pref_custom_layout_title">Vlastní rozvržení</string> <string name="pref_show_numpad_title">Zobrazit NumPad</string> <string name="pref_show_numpad_never">Nikdy</string> |
