From f24c7b3ac6e3415166c18ea0df44c0777ae7a9e1 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 3 Sep 1999 21:36:56 +0000 Subject: fixed a text string --- perl-install/install_steps_interactive.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index ed0a16fb1..fe2aa8689 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -240,10 +240,9 @@ sub printerConfig($) { $o->ask_from_entries_ref(_("NetWare Printer Options"), _("To print to a NetWare printer, you need to provide the - NetWare print server name (this is not always the same as the machines - TCP/IP hostname) - as well as the print queue name for the printer you wish to access and any - applicable user name and password."), +NetWare print server name (this is not always the same as the machines +TCP/IP hostname) as well as the print queue name for the printer you +wish to access and any applicable user name and password."), [_("Printer Server:"), _("Print Queue Name:"), _("User name:"), _("Password:")], [\$o->{printer}{NCPHOST}, \$o->{printer}{NCPQUEUE}, -- cgit v1.2.1