Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Correct Swedish dot symbol.
Browse files Browse the repository at this point in the history
  • Loading branch information
daoshengmu committed Jun 24, 2020
1 parent f3c82e4 commit 92f4c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/keyboard_symbols_swedish.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Key android:codes="124" android:keyLabel="|"/>
<Key android:codes="59" android:keyLabel=";"/>
<Key android:codes="58" android:keyLabel=":"/>
<Key android:codes="34" android:keyLabel=""/>
<Key android:codes="0x2022" android:keyLabel=""/>
<Key android:codes="-4" android:keyLabel="@string/keyboard_enter_label" android:keyWidth="@dimen/keyboard_key_enter_width_small" />
</Row>

Expand Down

0 comments on commit 92f4c1c

Please sign in to comment.