diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-09-05 19:53:54 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-09-05 19:53:54 +0000 |
commit | 9f050b380aa139b0922e155bfea8c431657e7484 (patch) | |
tree | 631661e51e00855ac793771dab70c5a0e8123326 /perl-install | |
parent | 562ef640e95787b33a5420597a39c601bfef8e5e (diff) | |
download | drakx-9f050b380aa139b0922e155bfea8c431657e7484.tar drakx-9f050b380aa139b0922e155bfea8c431657e7484.tar.gz drakx-9f050b380aa139b0922e155bfea8c431657e7484.tar.bz2 drakx-9f050b380aa139b0922e155bfea8c431657e7484.tar.xz drakx-9f050b380aa139b0922e155bfea8c431657e7484.zip |
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.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/keyboard.pm | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |