From 9f050b380aa139b0922e155bfea8c431657e7484 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 5 Sep 2003 19:53:54 +0000 Subject: apply patch asked by pablo so that users are not confused during install that their chosen grp_toggle is not usable. yes it's too late for additional translations but it's not very important that this is untranslated, it's better to have it in. --- perl-install/keyboard.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index fe8d40268..abc87672c 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -308,6 +308,10 @@ 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"), +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."))); log::l("GRP_TOGGLE: $GRP_TOGGLE"); $keyboard->{GRP_TOGGLE} = $GRP_TOGGLE; } else { -- cgit v1.2.1