summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-10-04 12:11:17 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-10-04 12:11:17 +0000
commite9c324cb33f207090de10e128b6604d42f76c089 (patch)
tree1ba847f355c1fe2e40f4b30cd1a04b71102ffaba /perl-install/standalone/drakgw
parent724fe4746436624543dacc5a8737110fb7641e5f (diff)
downloaddrakx-backup-do-not-use-e9c324cb33f207090de10e128b6604d42f76c089.tar
drakx-backup-do-not-use-e9c324cb33f207090de10e128b6604d42f76c089.tar.gz
drakx-backup-do-not-use-e9c324cb33f207090de10e128b6604d42f76c089.tar.bz2
drakx-backup-do-not-use-e9c324cb33f207090de10e128b6604d42f76c089.tar.xz
drakx-backup-do-not-use-e9c324cb33f207090de10e128b6604d42f76c089.zip
*** empty log message ***
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw2
1 files changed, 1 insertions, 1 deletions
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");