diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 10:32:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 10:32:07 +0000 |
commit | 5aee0298b83ed738bd636566641b512dedd97cc4 (patch) | |
tree | e0627b163a3ecd5cd6089355be038552763fe376 /perl-install/keyboard.pm | |
parent | 5ed963da376c691dd2ce2cac588d024d2ae02f31 (diff) | |
download | drakx-5aee0298b83ed738bd636566641b512dedd97cc4.tar drakx-5aee0298b83ed738bd636566641b512dedd97cc4.tar.gz drakx-5aee0298b83ed738bd636566641b512dedd97cc4.tar.bz2 drakx-5aee0298b83ed738bd636566641b512dedd97cc4.tar.xz drakx-5aee0298b83ed738bd636566641b512dedd97cc4.zip |
fix typo
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r-- | perl-install/keyboard.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index d4b454eb1..b2b44b38f 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -283,8 +283,8 @@ my %kbdgrptoggle = 'ctrl_alt_toggle' => _("Ctrl and Alt keys simultaneously"), 'alt_shift_toggle' => _("Alt and Shift keys simultaneously"), 'menu_toggle' => _("\"Menu\" key"), - 'lwin_toggle') => _("Left \"Windows\" key"), - 'rwin_toggle') => _("Right \"Windows\" key"), + 'lwin_toggle' => _("Left \"Windows\" key"), + 'rwin_toggle' => _("Right \"Windows\" key"), ); |