summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/ChangeLog4
-rw-r--r--perl-install/printerdrake.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 446191c16..b98de874e 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-06 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * printerdrake.pm: fixed English error
+
2000-05-05 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (monitorConfiguration): remove the special case
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index bff8e4e23..827ef9a33 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -240,7 +240,7 @@ sub main($$$;$) {
$printer->{want}) ? 'lp' : 'Done';
} else {
$queue = $in->ask_from_list_([''],
-_("Here are the following print queue.
+_("Here are the following print queues.
You can add some more or change the existing ones."),
[ (sort keys %{$printer->{configured} || {}}), __("Add"), __("Done") ],
);