diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-20 21:27:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-20 21:27:49 +0000 |
commit | 5f3d5478cf4e2076b1deb610bfb66d584f659c7e (patch) | |
tree | 9250b398100be30df19ea9d43d1f83c9d92bcb4d /perl-install/install_steps_interactive.pm | |
parent | 4a7fca6609507096c2f9cc29d4c12b508819e58d (diff) | |
download | drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar.gz drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar.bz2 drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.tar.xz drakx-5f3d5478cf4e2076b1deb610bfb66d584f659c7e.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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('', |