summaryrefslogtreecommitdiffstats
path: root/perl-install/keyboard.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-09-05 19:54:59 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-09-05 19:54:59 +0000
commitc8e3da9f9c1a4f220f731bc08cc1ae718fe53c53 (patch)
tree7fefd309df169900959c1e17f48374e4b8782947 /perl-install/keyboard.pm
parent9f050b380aa139b0922e155bfea8c431657e7484 (diff)
downloaddrakx-backup-do-not-use-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.tar
drakx-backup-do-not-use-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.tar.gz
drakx-backup-do-not-use-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.tar.bz2
drakx-backup-do-not-use-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.tar.xz
drakx-backup-do-not-use-c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53.zip
/me sux
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 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.")));