diff options
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/arrays.xml | 2 | ||||
| -rw-r--r-- | res/values/strings.xml | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index a46999f..c3f952e 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -53,13 +53,11 @@ <string-array name="pref_accents_entries"> <item>@string/pref_accents_e_all_installed</item> <item>@string/pref_accents_e_selected</item> - <item>@string/pref_accents_e_all</item> <item>@string/pref_accents_e_none</item> </string-array> <string-array name="pref_accents_values"> <item>1</item> <item>2</item> - <item>3</item> <item>4</item> </string-array> <string-array name="pref_theme_entries"> diff --git a/res/values/strings.xml b/res/values/strings.xml index 250c2ac..d223d71 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -9,7 +9,6 @@ <string name="pref_accents_title">Accents</string> <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_all">Show all accents</string> <string name="pref_accents_e_none">Hide accents</string> <string name="pref_programming_layout_title">Keyboard layout for programming</string> <string name="pref_programming_layout_none">None</string> |
