From 289db2a20031f221bab63bbbfe40be88da1620ff Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 8 Nov 1999 13:47:48 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 d1c5338b4..1e9a667b3 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -546,7 +546,7 @@ _("Color depth options") => { val => \$o->{printer}{BITSPERPIXEL}, type => 'list install_steps::printerConfig($o); $o->{printer}{complete} = 0; - $action = ${{reverse %action}}{$o->ask_from_list('', _("Do you want to test the printer?"), + $action = ${{reverse %action}}{$o->ask_from_list('', _("Do you want to test printing?"), [ map { $action{$_} } @action ], $action{'done'})}; my $pidlpd; @@ -567,7 +567,7 @@ _("Color depth options") => { val => \$o->{printer}{BITSPERPIXEL}, type => 'list run_program::rooted($o->{prefix}, "lpr", "-P$o->{printer}{QUEUE}", $_) foreach @testpages; - $action = $o->ask_yesorno('', _("Is it correct?"), 1) ? 'done' : 'change'; + $action = $o->ask_yesorno('', _("Is this correct?"), 1) ? 'done' : 'change'; } } while ($action ne 'done'); $o->{printer}{complete} = 1; -- cgit v1.2.1