diff options
author | Mystery Man 553 <uid553@mandriva.org> | 2001-02-12 18:24:41 +0000 |
---|---|---|
committer | Mystery Man 553 <uid553@mandriva.org> | 2001-02-12 18:24:41 +0000 |
commit | 19baac40bc5c229b51de78545e1a53885e471f43 (patch) | |
tree | 7624644fa9a592fc2f3f84c5d76305daf1c24cd1 /perl-install/install_steps_interactive.pm | |
parent | 311f5ef312ec2e8ca2713ccc4b467b62794d8f27 (diff) | |
download | drakx-backup-do-not-use-19baac40bc5c229b51de78545e1a53885e471f43.tar drakx-backup-do-not-use-19baac40bc5c229b51de78545e1a53885e471f43.tar.gz drakx-backup-do-not-use-19baac40bc5c229b51de78545e1a53885e471f43.tar.bz2 drakx-backup-do-not-use-19baac40bc5c229b51de78545e1a53885e471f43.tar.xz drakx-backup-do-not-use-19baac40bc5c229b51de78545e1a53885e471f43.zip |
(configurePrinter): cleanup, pkg_install_if_requires_satisfied('xpp',
'kups') only if a printer is configured (for the case when _("Would you
like to configure a printer?") is answered no)
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index cbe083533..c48c024dd 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -182,6 +182,7 @@ sub selectKeyboard { { title => _("Keyboard"), messages => _("Please, choose your keyboard layout."), advanced_messages => _("Here is the full list of keyboards available"), + advanced_label => _("More"), callbacks => { changed => sub { $other = $_[0]==1 } }, }, [ if_(@best > 1, { val => \$o->{keyboard}, type => 'list', format => $format, |