diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-09-25 13:46:38 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-09-25 13:46:38 +0000 |
commit | f569f6068a96d05aad826368dd3cb1a4d4d8b1a0 (patch) | |
tree | 2ca28e24ee0f22af1cfa1f85bc3bc99a6d914c4c /perl-install/network.pm | |
parent | 7afa7ca445ed5a902c58f0782c8daf6c616a83a5 (diff) | |
download | drakx-backup-do-not-use-f569f6068a96d05aad826368dd3cb1a4d4d8b1a0.tar drakx-backup-do-not-use-f569f6068a96d05aad826368dd3cb1a4d4d8b1a0.tar.gz drakx-backup-do-not-use-f569f6068a96d05aad826368dd3cb1a4d4d8b1a0.tar.bz2 drakx-backup-do-not-use-f569f6068a96d05aad826368dd3cb1a4d4d8b1a0.tar.xz drakx-backup-do-not-use-f569f6068a96d05aad826368dd3cb1a4d4d8b1a0.zip |
s/ : /: /
English doens't use a spavce before colon
Diffstat (limited to 'perl-install/network.pm')
-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."); } |