From 54f45bc868ec5b846628e6a4252e04b033037d3e Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 21 Sep 2001 18:05:42 +0000 Subject: small fix --- perl-install/printerdrake.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install') 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 \".", "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 \". ", "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 \".", "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 \". ", "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 \".", "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 \". ", "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. ") : ""); -- cgit v1.2.1