summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-08-23 07:01:34 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-08-23 07:01:34 +0000
commitd2630212d773ce0262dc4c6dd7205cadeac0eb58 (patch)
tree76eac26c9fb8b8f1e728b5519f36fad637dd317b /perl-install/network
parent5aa27f22df811a38010d19404f7519461c7d333c (diff)
downloaddrakx-backup-do-not-use-d2630212d773ce0262dc4c6dd7205cadeac0eb58.tar
drakx-backup-do-not-use-d2630212d773ce0262dc4c6dd7205cadeac0eb58.tar.gz
drakx-backup-do-not-use-d2630212d773ce0262dc4c6dd7205cadeac0eb58.tar.bz2
drakx-backup-do-not-use-d2630212d773ce0262dc4c6dd7205cadeac0eb58.tar.xz
drakx-backup-do-not-use-d2630212d773ce0262dc4c6dd7205cadeac0eb58.zip
no space before a question mark in English
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/netconnect.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 8a5fe8ae0..4d9697a9b 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -260,7 +260,7 @@ sub real_main {
data => \@connection_list,
post => sub {
$is_wireless = $cnx_type eq N("Wireless connection");
- #- why read again the net_conf here ?
+ #- why read again the net_conf here?
read_net_conf($netcnx, $netc, $intf) if $::isInstall; # :-(
$type = $netcnx->{type} = $connections{$cnx_type};
if ($type eq 'cable') {
@@ -841,7 +841,7 @@ You can find a driver on http://eciadsl.flashtux.org/"),
{
name => N("WARNING: this device has been previously configured to connect to the Internet.
Modifying the fields below will override this configuration.
-Do you really want to reconfigure this device ?"),
+Do you really want to reconfigure this device?"),
type => "yesorno",
default => "no",
post => sub {