diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-09-03 21:36:56 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-09-03 21:36:56 +0000 |
commit | f24c7b3ac6e3415166c18ea0df44c0777ae7a9e1 (patch) | |
tree | e87d7f9f926f9571aa2186bd1cf9edacd0169d57 | |
parent | bed6ea106e655541a11f24186a62217ff8c22cbd (diff) | |
download | drakx-f24c7b3ac6e3415166c18ea0df44c0777ae7a9e1.tar drakx-f24c7b3ac6e3415166c18ea0df44c0777ae7a9e1.tar.gz drakx-f24c7b3ac6e3415166c18ea0df44c0777ae7a9e1.tar.bz2 drakx-f24c7b3ac6e3415166c18ea0df44c0777ae7a9e1.tar.xz drakx-f24c7b3ac6e3415166c18ea0df44c0777ae7a9e1.zip |
fixed a text string
-rw-r--r-- | perl-install/install_steps_interactive.pm | 7 |
1 files changed, 3 insertions, 4 deletions
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}, |