From ebd6186bb96353e5d2dad9a2446cb536c0ec9524 Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Tue, 10 Sep 2002 12:41:55 +0000 Subject: - remove variable from a translated chain --- perl-install/network/isdn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/isdn.pm') diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index 5289d9d23..19459dab5 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -197,7 +197,7 @@ sub isdn_ask { #- ISDN card already detected if (!$::expert && defined $netc->{autodetect}{isdn}{card_type}) { - $in->ask_yesorno(_("ISDN Configuration"), _("Found \"$netc->{autodetect}{isdn}{description}\" interface do you want to use it ?"), 1) or return; + $in->ask_yesorno(_("ISDN Configuration"), _("Found \"") . $netc->{autodetect}{isdn}{description} . _("\" interface do you want to use it ?"), 1) or return; $isdn->{$_} = $netc->{autodetect}{isdn}{$_} foreach qw(description vendor id card_type driver type mem io io0 io1 irq firmware); goto isdn_ask_step_3; } -- cgit v1.2.1