diff options
author | Francois Pons <fpons@mandriva.com> | 2000-11-10 16:26:36 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-11-10 16:26:36 +0000 |
commit | 53548a5d3cea5079a55d46d98967c30a647ccf5b (patch) | |
tree | 9b69d2f28599587f81d98d6c20fa114352fda169 /perl-install | |
parent | e97704c75894f69a6e45807bbef04480a02a092b (diff) | |
download | drakx-backup-do-not-use-53548a5d3cea5079a55d46d98967c30a647ccf5b.tar drakx-backup-do-not-use-53548a5d3cea5079a55d46d98967c30a647ccf5b.tar.gz drakx-backup-do-not-use-53548a5d3cea5079a55d46d98967c30a647ccf5b.tar.bz2 drakx-backup-do-not-use-53548a5d3cea5079a55d46d98967c30a647ccf5b.tar.xz drakx-backup-do-not-use-53548a5d3cea5079a55d46d98967c30a647ccf5b.zip |
updated typo for remote CUPS server configuration dialog
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printerdrake.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index 2b8af1b88..ce14456ba 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -410,8 +410,8 @@ In case of doubt, select \"Remote CUPS server\"."), if ($in->ask_from_entries_refH(_("Remote CUPS server"), _("With a remote CUPS server, you do not have to configure any printer here; printers will be automatically detected -unless you have a server on a different network, in this -later case, you have to give the CUPS server IP address +unless you have a server on a different network; in the +latter case, you have to give the CUPS server IP address and optionally the port number."), [ _("CUPS server IP") => \$server, _("Port") => \$port ], |