diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-09-05 11:02:33 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-09-05 11:02:33 +0000 |
commit | a3f21e6d00f52788681f3a44ee355338a99a5c63 (patch) | |
tree | ff71509c762081c714996c66912c95c5c54558b1 /perl-install/install_steps_interactive.pm | |
parent | 317bc343a22706bc47727b0ab0b4b279985d1762 (diff) | |
download | drakx-a3f21e6d00f52788681f3a44ee355338a99a5c63.tar drakx-a3f21e6d00f52788681f3a44ee355338a99a5c63.tar.gz drakx-a3f21e6d00f52788681f3a44ee355338a99a5c63.tar.bz2 drakx-a3f21e6d00f52788681f3a44ee355338a99a5c63.tar.xz drakx-a3f21e6d00f52788681f3a44ee355338a99a5c63.zip |
reformatted some text
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 5254dd10f..1ca82f26d 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -178,8 +178,8 @@ sub printerConfig($) { #Don't wait, if the user enter something, you must remember it $o->ask_from_entries_ref(_("Standard Printer Options"), _("Every print queue (which print jobs are directed to) needs a - name (often lp) and a spool directory associated with it. What - name and directory should be used for this queue?"), +name (often lp) and a spool directory associated with it. What +name and directory should be used for this queue?"), [_("Name of queue:"), _("Spool directory:")], [\$o->{printer}{QUEUE}, \$o->{printer}{SPOOLDIR}], changed => sub |