diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2014-01-15 14:04:56 +0100 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2014-02-02 20:38:13 +0000 |
commit | 6bc52e13fc474ed112f9d7df0091da20b652fce1 (patch) | |
tree | 67a1c6450bc094701fec74c1feb8e43ff9eeb877 | |
parent | 637f628c586d0de6dc6e10ccf481eac903eb0b27 (diff) | |
download | xkeyboard-config-6bc52e13fc474ed112f9d7df0091da20b652fce1.tar.gz xkeyboard-config-6bc52e13fc474ed112f9d7df0091da20b652fce1.tar.bz2 xkeyboard-config-6bc52e13fc474ed112f9d7df0091da20b652fce1.zip |
Decapitalizing and dehyphenating, in two options, for consistency.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
-rw-r--r-- | rules/base.xml.in | 4 | ||||
-rw-r--r-- | symbols/ir | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/rules/base.xml.in b/rules/base.xml.in index 867d6e04..2f5681b4 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -2749,7 +2749,7 @@ <variant> <configItem> <name>pes_keypad</name> - <_description>Persian (with Persian Keypad)</_description> + <_description>Persian (with Persian keypad)</_description> </configItem> </variant> <variant> @@ -6343,7 +6343,7 @@ <option> <configItem> <name>altwin:hyper_win</name> - <_description>Hyper is mapped to Win-keys</_description> + <_description>Hyper is mapped to Win keys</_description> </configItem> </option> <option> @@ -26,7 +26,7 @@ xkb_symbols "pes" { partial alphanumeric_keys xkb_symbols "pes_keypad" { - name[Group1]= "Persian (with Persian Keypad)"; + name[Group1]= "Persian (with Persian keypad)"; include "ir(pes_part_basic)" include "ir(pes_part_keypad)" |