From 5f3d5478cf4e2076b1deb610bfb66d584f659c7e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 20 Oct 1999 21:27:49 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 5458df1bd..98b7df3e5 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -380,7 +380,7 @@ name and directory should be used for this queue?"), _("To use a remote lpd print queue, you need to supply the hostname of the printer server and the queue name on that server which jobs should be placed in."), - [_("Remote hostname:"), _("Remote queue:")], + [_("Remote hostname:"), _("Remote queue")], [\$o->{printer}{REMOTEHOST}, \$o->{printer}{REMOTEQUEUE}], ); @@ -706,6 +706,7 @@ sub exitInstall { return $o->{step} = '' unless $alldone || $o->ask_yesorno('', _("Some steps are not completed. + Do you really want to quit now?"), 0); $o->ask_warn('', -- cgit v1.2.1