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-es/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-es/strings.xml')
| -rw-r--r-- | res/values-es/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 9b26c53..8f8703c 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -14,6 +14,7 @@ <string name="pref_layout_e_custom">Formato personalizado</string> <!-- <string name="pref_layouts_add">Add an alternate layout</string> --> <!-- <string name="pref_layouts_item">Layout %1$d: %2$s</string> --> + <!-- <string name="pref_layouts_remove_custom">Remove layout</string> --> <string name="pref_custom_layout_title">Formato personalizado</string> <string name="pref_show_numpad_title">Mostrar pad numérico</string> <string name="pref_show_numpad_never">Nunca</string> |
