From 19baac40bc5c229b51de78545e1a53885e471f43 Mon Sep 17 00:00:00 2001 From: Mystery Man 553 Date: Mon, 12 Feb 2001 18:24:41 +0000 Subject: (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) --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps_interactive.pm') 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, -- cgit v1.2.1