summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-05-05 21:36:00 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-05-05 21:36:00 +0000
commitf9ca7e3ee2dc7081c79bd11c63549fa4a0c2bd32 (patch)
treecae9f4f74cafdb6325a89f2aa82f1babf9eb81fc
parent235bc09898a11252ac2d7c117714144684aec17b (diff)
downloaddrakx-backup-do-not-use-f9ca7e3ee2dc7081c79bd11c63549fa4a0c2bd32.tar
drakx-backup-do-not-use-f9ca7e3ee2dc7081c79bd11c63549fa4a0c2bd32.tar.gz
drakx-backup-do-not-use-f9ca7e3ee2dc7081c79bd11c63549fa4a0c2bd32.tar.bz2
drakx-backup-do-not-use-f9ca7e3ee2dc7081c79bd11c63549fa4a0c2bd32.tar.xz
drakx-backup-do-not-use-f9ca7e3ee2dc7081c79bd11c63549fa4a0c2bd32.zip
Fixed English typo
-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") ],
);