summaryrefslogtreecommitdiffstats
path: root/perl-install/keyboard.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-09-12 14:24:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-09-12 14:24:57 +0000
commitaea062f27f0388c53b983ad7b5343808635759ba (patch)
tree1dbafb821324cec48ddee5b3dfa7adc53c9c5e7b /perl-install/keyboard.pm
parentba42322a0e934223e0667e236947f98a1d8d5986 (diff)
downloaddrakx-aea062f27f0388c53b983ad7b5343808635759ba.tar
drakx-aea062f27f0388c53b983ad7b5343808635759ba.tar.gz
drakx-aea062f27f0388c53b983ad7b5343808635759ba.tar.bz2
drakx-aea062f27f0388c53b983ad7b5343808635759ba.tar.xz
drakx-aea062f27f0388c53b983ad7b5343808635759ba.zip
shift_toggle is now called shifts_toggle
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r--perl-install/keyboard.pm2
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"),