diff options
Diffstat (limited to 'java/res/xml-ru')
-rw-r--r-- | java/res/xml-ru/kbd_qwerty.xml | 4 | ||||
-rw-r--r-- | java/res/xml-ru/kbd_qwerty_black.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/java/res/xml-ru/kbd_qwerty.xml b/java/res/xml-ru/kbd_qwerty.xml index 742dee24c..a7a46ee4e 100644 --- a/java/res/xml-ru/kbd_qwerty.xml +++ b/java/res/xml-ru/kbd_qwerty.xml @@ -39,7 +39,7 @@ <Key android:keyLabel="е" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ё" /> + android:popupCharacters="@string/alternates_for_cyrillic_e" /> <Key android:keyLabel="н" /> <Key @@ -109,7 +109,7 @@ <Key android:keyLabel="ь" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ъ" /> + android:popupCharacters="@string/alternates_for_cyrillic_soft_sign" /> <Key android:keyLabel="б" /> <Key diff --git a/java/res/xml-ru/kbd_qwerty_black.xml b/java/res/xml-ru/kbd_qwerty_black.xml index fbd7399a8..e6f368995 100644 --- a/java/res/xml-ru/kbd_qwerty_black.xml +++ b/java/res/xml-ru/kbd_qwerty_black.xml @@ -39,7 +39,7 @@ <Key android:keyLabel="е" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ё" /> + android:popupCharacters="@string/alternates_for_cyrillic_e" /> <Key android:keyLabel="н" /> <Key @@ -109,7 +109,7 @@ <Key android:keyLabel="ь" android:popupKeyboard="@xml/kbd_popup_template" - android:popupCharacters="ъ" /> + android:popupCharacters="@string/alternates_for_cyrillic_soft_sign" /> <Key android:keyLabel="б" /> <Key |