From c8e3da9f9c1a4f220f731bc08cc1ae718fe53c53 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 5 Sep 2003 19:54:59 +0000 Subject: /me sux --- perl-install/keyboard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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."))); -- cgit v1.2.1