From e9c324cb33f207090de10e128b6604d42f76c089 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 4 Oct 2000 12:11:17 +0000 Subject: *** empty log message *** --- perl-install/standalone/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index f77ea5183..323d67323 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -174,7 +174,7 @@ foreach my $card (@all_cards_getnet) { log::l("[drakgw] Have network card: $card\n"); next if ($card eq $card_netconnect); - push @all_cards, exists $aliased_devices{$card} ? "Interface $card (using module $aliased_devices{$card})" : "Interface $card"; + push @all_cards, exists $aliased_devices{$card} ? "Interface $card ("._("using module")." $aliased_devices{$card})" : "Interface $card"; } log::l("[drakgw] Available network cards: ".join(" ; ", @all_cards)."\n"); -- cgit v1.2.1