diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-09-21 18:05:42 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-09-21 18:05:42 +0000 |
commit | 54f45bc868ec5b846628e6a4252e04b033037d3e (patch) | |
tree | 4680381f2ffecdee4fa576a21d3476ec4cffef84 /perl-install | |
parent | 90b3afaf4be5e37c84b74678178eaecabbd069c8 (diff) | |
download | drakx-54f45bc868ec5b846628e6a4252e04b033037d3e.tar drakx-54f45bc868ec5b846628e6a4252e04b033037d3e.tar.gz drakx-54f45bc868ec5b846628e6a4252e04b033037d3e.tar.bz2 drakx-54f45bc868ec5b846628e6a4252e04b033037d3e.tar.xz drakx-54f45bc868ec5b846628e6a4252e04b033037d3e.zip |
small fix
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printerdrake.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index b29fd5ece..f51940e78 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -1240,7 +1240,7 @@ _("These commands you can also use in the \"Printing command\" field of the prin ") . (!$raw ? _(" -The \"%s\" command also allows to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \"%s <file>\".", "lpr", ($queue ne $default ? "lpr -P $queue -o option=setting -o switch" : "lpr -o option=setting -o switch")) . +The \"%s\" command also allows to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \"%s <file>\". ", "lpr", ($queue ne $default ? "lpr -P $queue -o option=setting -o switch" : "lpr -o option=setting -o switch")) . _("To get a list of the options available for the current printer read either the list shown below or click on the \"Print option list\" button. ") . printer::lphelp_output($printer) : ""); @@ -1252,7 +1252,7 @@ _("This command you can also use in the \"Printing command\" field of the printi ") . (!$raw ? _(" -The \"%s\" command also allows to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \"%s <file>\".", "lpr", ($queue ne $default ? "lpr -P $queue -Z option=setting -Z switch" : "lpr -Z option=setting -Z switch")) . +The \"%s\" command also allows to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \"%s <file>\". ", "lpr", ($queue ne $default ? "lpr -P $queue -Z option=setting -Z switch" : "lpr -Z option=setting -Z switch")) . _("To get a list of the options available for the current printer click on the \"Print option list\" button. ") : ""); @@ -1264,7 +1264,7 @@ _("This command you can also use in the \"Printing command\" field of the printi ") . (!$raw ? _(" -The \"%s\" command also allows to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \"%s <file>\".", "lpr", ($queue ne $default ? "lpr -P $queue -o option=setting -o switch" : "lpr -o option=setting -o switch")) . +The \"%s\" command also allows to modify the option settings for a particular printing job. Simply add the desired settings to the command line, e. g. \"%s <file>\". ", "lpr", ($queue ne $default ? "lpr -P $queue -o option=setting -o switch" : "lpr -o option=setting -o switch")) . _("To get a list of the options available for the current printer click on the \"Print option list\" button. ") : ""); |