From cd8df4c1243b1573bb7561c3d3daf27387c5a1a4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Mar 2004 09:01:21 +0000 Subject: (get_info_providers_backend) prevent faillure as soon as translaters catch up --- 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 6245cf1f5..6ff389207 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -111,7 +111,7 @@ $file = "$::prefix$file" if !-e $file; sub get_info_providers_backend { my ($isdn, $_netc, $name) = @_; - $name eq 'Unlisted - edit manually' and return; + $name eq N("Unlisted - edit manually") and return; foreach (catMaybeCompressed($file)) { chop; my ($name_, $phone, $real, $dns1, $dns2) = split '=>'; -- cgit v1.2.1