diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network.pm b/perl-install/network.pm index 4ba9f3c16..0471cc5e3 100644 --- a/perl-install/network.pm +++ b/perl-install/network.pm @@ -283,7 +283,7 @@ sub configureNetworkIntf { my $text; if ($net_device eq $intf->{DEVICE}) { $skip and return 1; - $text = _("WARNING : This device has been previously configured to connect to the Internet. + $text = _("WARNING: This device has been previously configured to connect to the Internet. Simply press OK to keep this device configured. Modifying the fields below will override this configuration."); } |