summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2005-09-04 14:05:52 +0000
committerFunda Wang <fwang@mandriva.org>2005-09-04 14:05:52 +0000
commit9ff018349cce1d666554391c4377ea5240531e7f (patch)
tree5348133a2977f1c94f88b438a7c51197089774eb /perl-install/printer
parent376326b8f01eb051aacba0b08d71d5a7b96005ee (diff)
downloaddrakx-9ff018349cce1d666554391c4377ea5240531e7f.tar
drakx-9ff018349cce1d666554391c4377ea5240531e7f.tar.gz
drakx-9ff018349cce1d666554391c4377ea5240531e7f.tar.bz2
drakx-9ff018349cce1d666554391c4377ea5240531e7f.tar.xz
drakx-9ff018349cce1d666554391c4377ea5240531e7f.zip
Corrected typos.
Diffstat (limited to 'perl-install/printer')
-rw-r--r--perl-install/printer/printerdrake.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index 7fd9d5496..947f240c6 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -611,9 +611,9 @@ sub config_auto_admin {
# Configuration dialog
my $waitforgui =
- N("Allow pop-up windows, canceling setup and package installation possible");
+ N("Allow pop-up windows, printer setup and package installation may be canceled");
my $nogui =
- N("No pop-up windows, canceling setup and package installation not possible");
+ N("No pop-up windows, printer setup and package installation cannot be canceled");
my $autoqueuesetupmode =
($printer->{autoqueuesetupgui} && -x "/usr/X11R6/bin/X") ?
$waitforgui : $nogui;
@@ -881,7 +881,7 @@ sub first_time_dialog {
messages => $dialogtext,
cancel => N("Quit"),
ok => N("Yes") },
- [ { text => N("Do not do automatic printer setup and do not do it again"),
+ [ { text => N("Do not setup printer automatically now, and never do it again"),
type => 'bool',
val => \$donotsetupagain } ] );
@@ -986,7 +986,7 @@ sub configure_new_printers {
my $donotsetupagain = 0;
push (@widgets, { val => "__________" });
push (@widgets, { text =>
- N("Do not do automatic printer setup again"),
+ N("Do not setup printer automatically again"),
type => 'bool',
val => \$donotsetupagain });
undef $w;