From 9ff018349cce1d666554391c4377ea5240531e7f Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 4 Sep 2005 14:05:52 +0000 Subject: Corrected typos. --- perl-install/printer/printerdrake.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/printer') 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; -- cgit v1.2.1