diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-13 15:56:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-13 15:56:00 +0000 |
commit | 4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25 (patch) | |
tree | a12104a3a9468cc42b83634feb5e6a2e72003532 /perl-install/keyboard.pm | |
parent | f298cec9f7d4bb4dc1972cc737007b6da86d4cb0 (diff) | |
download | drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.tar drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.tar.gz drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.tar.bz2 drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.tar.xz drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.zip |
better english (writing style rather than spoken one)
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r-- | perl-install/keyboard.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 30526a83c..2c36c381a 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -142,7 +142,7 @@ my %lang2keyboard = # USB kbd table # The numeric values are the bCountryCode field (5th byte) of HID descriptor -# NOTE: we don't trust when the layout is declared as us layout (0x21) +# NOTE: we do not trust when the layout is declared as us layout (0x21) # as most manufacturers just use that value when selling physical devices # with different layouts printed on the keys. my @usb2keyboard = @@ -225,7 +225,7 @@ arch() =~ /^sparc/ ? ( # old XKB layout # Japanese keyboard is dual latin/kana; but telling it here shows a # message to choose the switching key that is misleading, as input methods -# aren't automatically enabled when typing in kana +# are not automatically enabled when typing in kana "jp" => [ N_("_: keyboard\nJapanese 106 keys"), "jp106", "jp", 0 ], "kan" => [ N_("_: keyboard\nKannada"), "us", "kan", 1 ], # There is no XKB korean file yet; but using xmodmap one disables @@ -499,7 +499,7 @@ sub setup { return if arch() =~ /^sparc/; - #- Xpmac doesn't map keys quite right + #- Xpmac does not map keys quite right if (arch() =~ /ppc/ && !$::testing && $ENV{DISPLAY}) { log::l("Fixing Mac keyboard"); run_program::run('xmodmap', "-e", "keycode 59 = BackSpace"); @@ -526,7 +526,7 @@ sub setup { } elsif (-x '/bin/loadkeys') { run_program::run('loadkeys', $kmap); } else { - log::l("ERROR: can't load keymap"); + log::l("ERROR: can not load keymap"); } if (-x "/usr/X11R6/bin/setxkbmap") { |