summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/printer')
-rw-r--r--perl-install/printer/main.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm
index e6567c8cb..1c9790be4 100644
--- a/perl-install/printer/main.pm
+++ b/perl-install/printer/main.pm
@@ -338,6 +338,8 @@ sub make_menuentry {
my $number = $1;
$connection = N(", multi-function device on parallel port #%s",
$number);
+ } elsif ($ptaldevice =~ /^mlc:par:/) {
+ $connection = N(", multi-function device on a parallel port");
} elsif ($ptaldevice =~ /^mlc:usb:/) {
$connection = N(", multi-function device on USB");
} elsif ($ptaldevice =~ /^hpjd:/) {
@@ -387,6 +389,8 @@ sub connectionstr {
my $number = $1;
$connection = N("Multi-function device on parallel port #%s",
$number);
+ } elsif ($ptaldevice =~ /^mlc:par:/) {
+ $connection = N("Multi-function device on a parallel port");
} elsif ($ptaldevice =~ /^mlc:usb:/) {
$connection = N("Multi-function device on USB");
} elsif ($ptaldevice =~ /^hpjd:/) {