diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2011-06-01 21:31:33 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2011-06-01 21:31:33 +0100 |
commit | 32fac7642ebdd6d8a37fd7e569629c64f8a30d35 (patch) | |
tree | 6a1378cbc54b7d4534bda6807581dcfce4ff4230 /symbols/cm | |
parent | f1f0ae9f2edf383b6dc08144cb87ae2525a7ca71 (diff) |
fixed descriptions for cm variants
https://bugs.freedesktop.org/show_bug.cgi?id=37202
Diffstat (limited to 'symbols/cm')
-rw-r--r-- | symbols/cm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,7 +140,7 @@ xkb_symbols "french" partial alphanumeric_keys xkb_symbols "azerty" { - name[Group1] = "French (Cameroon azerty)"; + name[Group1] = "Cameroon Multilingual (azerty)"; include "level3(ralt_switch)" include "cm(basic)" key <AB01> { [ w, W, U1E85, U1E84 ] }; // SMALL LETTER W, CAPITAL LETTER W, SMALL LETTER W WITH DIAERESIS, CAPITAL LETTER W WITH DIAERESIS @@ -197,7 +197,7 @@ xkb_symbols "azerty" partial alphanumeric_keys xkb_symbols "qwerty" { - name[Group1] = "English (Cameroon qwerty)"; + name[Group1] = "Cameroon Multilingual (qwerty)"; include "level3(ralt_switch)" include "cm(basic)" key <AB01> { [ z, Z, U2026, U2020 ] }; // SMALL LETTER Z, CAPITAL LETTER Z, ELLIPSIS, DAGGER |