diff options
-rw-r--r-- | perl-install/network/shorewall.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/network/shorewall.pm b/perl-install/network/shorewall.pm index 6bcc03933..ae62dcaad 100644 --- a/perl-install/network/shorewall.pm +++ b/perl-install/network/shorewall.pm @@ -67,12 +67,12 @@ sub default_interfaces { my @l = detect_devices::getNet() or return; $in->ask_from('', - N("Please enter the name of the interface connected to the internet. - + N("Please enter the name of the interface connected to the internet. + Examples: - ppp+ for modem or DSL connections, - eth0, or eth1 for cable connection, - ippp+ for a isdn connection. + ppp+ for modem or DSL connections, + eth0, or eth1 for cable connection, + ippp+ for a isdn connection. "), [ { label => N("Net Device"), val => \$card_netconnect, list => \@l } ]); $conf{net_interface} = $card_netconnect; |