summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_interactive.pm2
-rw-r--r--perl-install/network/netconnect.pm4
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 6b7c69723..e8cb6097d 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -771,7 +771,7 @@ contain security or bug fixes.
To download these packages, you will need to have a working Internet
connection.
-Do you want to install the updates ?")),
+Do you want to install the updates?")),
interactive_help_id => 'installUpdates',
}) or return;
}
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 {