summaryrefslogtreecommitdiffstats
path: root/perl-install/network/shorewall.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-16 13:17:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-16 13:17:34 +0000
commit38befcb352419714827fd0e1599efcf58ad932d4 (patch)
tree228775838182a5a6cd961721be52168321101dee /perl-install/network/shorewall.pm
parented34673d3b633aebed12f76a77a18927605ae4dc (diff)
downloaddrakx-backup-do-not-use-38befcb352419714827fd0e1599efcf58ad932d4.tar
drakx-backup-do-not-use-38befcb352419714827fd0e1599efcf58ad932d4.tar.gz
drakx-backup-do-not-use-38befcb352419714827fd0e1599efcf58ad932d4.tar.bz2
drakx-backup-do-not-use-38befcb352419714827fd0e1599efcf58ad932d4.tar.xz
drakx-backup-do-not-use-38befcb352419714827fd0e1599efcf58ad932d4.zip
fix N() badly used
Diffstat (limited to 'perl-install/network/shorewall.pm')
-rw-r--r--perl-install/network/shorewall.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/shorewall.pm b/perl-install/network/shorewall.pm
index 5dcdb70d2..99d5c2b00 100644
--- a/perl-install/network/shorewall.pm
+++ b/perl-install/network/shorewall.pm
@@ -73,7 +73,7 @@ Examples:
ppp+ for modem or DSL connections,
eth0, or eth1 for cable connection,
ippp+ for a isdn connection.
-", $card_netconnect),
+"),
[ { label => N("Net Device"), val => \$card_netconnect, list => \@l } ]);
$conf{net_interface} = $card_netconnect;
#$conf{net_interface} = network::netconnect::get_net_device() || $l[0];