summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2001-09-21 18:05:42 +0000
committerPablo Saratxaga <pablo@mandriva.com>2001-09-21 18:05:42 +0000
commit54f45bc868ec5b846628e6a4252e04b033037d3e (patch)
tree4680381f2ffecdee4fa576a21d3476ec4cffef84
parent90b3afaf4be5e37c84b74678178eaecabbd069c8 (diff)
downloaddrakx-backup-do-not-use-54f45bc868ec5b846628e6a4252e04b033037d3e.tar
drakx-backup-do-not-use-54f45bc868ec5b846628e6a4252e04b033037d3e.tar.gz
drakx-backup-do-not-use-54f45bc868ec5b846628e6a4252e04b033037d3e.tar.bz2
drakx-backup-do-not-use-54f45bc868ec5b846628e6a4252e04b033037d3e.tar.xz
drakx-backup-do-not-use-54f45bc868ec5b846628e6a4252e04b033037d3e.zip
small fix
-rw-r--r--perl-install/printerdrake.pm6
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.
") : "");