diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-09-05 19:54:59 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-09-05 19:54:59 +0000 |
commit | c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53 (patch) | |
tree | 7fefd309df169900959c1e17f48374e4b8782947 /perl-install | |
parent | 9f050b380aa139b0922e155bfea8c431657e7484 (diff) | |
download | drakx-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.tar drakx-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.tar.gz drakx-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.tar.bz2 drakx-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.tar.xz drakx-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.zip |
/me sux
Diffstat (limited to 'perl-install')
-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 abc87672c..42a9fe004 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -308,7 +308,7 @@ sub group_toggle_choose { allow switching between the different keyboard layouts (eg: latin and non latin)"), sub { translate($grp_toggles->{$_[0]}) }, [ sort keys %$grp_toggles ], $GRP_TOGGLE) or return; - $GRP_TOGGLE ne 'rctrl_toggle' and $in->ask_warn('', formatAlaTeX(N("Warning"), + $GRP_TOGGLE ne 'rctrl_toggle' and $in->ask_warn(N("Warning"), formatAlaTeX( N("This setting will be activated after the installation. During installation, you will need to use the Right Control key to switch between the different keyboard layouts."))); |