diff options
Diffstat (limited to 'res/values/layouts.xml')
| -rw-r--r-- | res/values/layouts.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 3a972be..4c9779f 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -2,7 +2,7 @@ <resources> <!--DO NOT EDIT. This file is generated, see gen_layouts.py.--> <string-array name="pref_layout_values"> - <item>none</item> + <item>system</item> <item>latn_qwerty_us</item> <item>latn_colemak</item> <item>latn_dvorak</item> @@ -43,7 +43,7 @@ <item>custom</item> </string-array> <string-array name="pref_layout_entries"> - <item>None</item> + <item>@string/pref_layout_e_system</item> <item>QWERTY (US)</item> <item>Colemak</item> <item>Dvorak</item> |
