diff options
-rw-r--r-- | res/xml/popup_punctuation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/popup_punctuation.xml b/res/xml/popup_punctuation.xml index 7f9f61129..518e3f1f2 100644 --- a/res/xml/popup_punctuation.xml +++ b/res/xml/popup_punctuation.xml @@ -27,7 +27,7 @@ <Row android:rowEdgeFlags="top"> <Key android:keyLabel=";" android:keyEdgeFlags="left" /> - <Key android:keyLabel="\\" /> + <Key android:keyLabel="," /> <Key android:keyLabel="&" /> <Key android:keyLabel="(" /> <Key android:keyLabel=")" /> |