From ca06ab2070bd05d8d9e1fc970c3dc48da7a86a0b Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 11 Sep 2002 10:17:52 +0000 Subject: corrected i18n usage --- 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 19459dab5..8dfeb0fdf 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 \"%s\" interface do you want to use it ?",$netc->{autodetect}{isdn}{description}), 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