diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-09-12 14:24:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-09-12 14:24:57 +0000 |
commit | aea062f27f0388c53b983ad7b5343808635759ba (patch) | |
tree | 1dbafb821324cec48ddee5b3dfa7adc53c9c5e7b | |
parent | ba42322a0e934223e0667e236947f98a1d8d5986 (diff) | |
download | drakx-aea062f27f0388c53b983ad7b5343808635759ba.tar drakx-aea062f27f0388c53b983ad7b5343808635759ba.tar.gz drakx-aea062f27f0388c53b983ad7b5343808635759ba.tar.bz2 drakx-aea062f27f0388c53b983ad7b5343808635759ba.tar.xz drakx-aea062f27f0388c53b983ad7b5343808635759ba.zip |
shift_toggle is now called shifts_toggle
-rw-r--r-- | perl-install/keyboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index dbc0b50f8..9fe7a348d 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -333,7 +333,7 @@ arch() =~ /^sparc/ ? ( #- (eg in X86Config file: XkbOptions "grp:toggle") my %grp_toggles = ( toggle => N_("Right Alt key"), - shift_toggle => N_("Both Shift keys simultaneously"), + shifts_toggle => N_("Both Shift keys simultaneously"), ctrl_shift_toggle => N_("Control and Shift keys simultaneously"), caps_toggle => N_("CapsLock key"), shift_caps_toggle => N_("Shift and CapsLock keys simultaneously"), |