Skip to content

Commit

Permalink
fixed descriptions for cm variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey V. Udaltsov committed Jun 1, 2011
1 parent f1f0ae9 commit 32fac76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rules/base.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@
<variant>
<configItem>
<name>qwerty</name>
<_description>English (Cameroon qwerty)</_description>
<_description>Cameroon Multilingual (qwerty)</_description>
<languageList>
<iso639Id>eng</iso639Id>
<iso639Id>bas</iso639Id>
Expand Down Expand Up @@ -2169,7 +2169,7 @@
<variant>
<configItem>
<name>azerty</name>
<_description>French (Cameroon azerty)</_description>
<_description>Cameroon Multilingual (azerty)</_description>
<languageList>
<iso639Id>fra</iso639Id>
<iso639Id>bas</iso639Id>
Expand Down
4 changes: 2 additions & 2 deletions symbols/cm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 32fac76

Please sign in to comment.