summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/printerdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/printer/printerdrake.pm')
-rw-r--r--perl-install/printer/printerdrake.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index 8b1bed100..70fa367d3 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -2401,6 +2401,8 @@ sub hplip_bus_warning {
$modelstr =~ s/_/ /g;
my $choice = $in->ask_from_list
(N("Add a new printer"),
+ #-PO: here, the second %s will be replaced by eiher "to a parallel port",
+ #-PO: "to the USB" or "via the the network:
N("Your printer %s is currently connected %s.",
$modelstr,
($bus eq "par" ? N("to a parallel port") :