From a66969f34012db208a95f3c55e8f75e4bdcc65f3 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 2 Mar 2004 13:26:30 +0000 Subject: rewrote string to avoid duplication --- perl-install/network/shorewall.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perl-install') 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; -- cgit v1.2.1