diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-08 07:57:06 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-08 07:57:06 +0000 |
commit | 724ad2d549c1045568d4219c1c40e2810e492f8a (patch) | |
tree | 647ee876368d2cf487698ad6e1c869a6d2d91e26 /perl-install/standalone/net_monitor | |
parent | 4e3602995816ba33c03edc02a0d224e4466e6e76 (diff) | |
download | drakx-724ad2d549c1045568d4219c1c40e2810e492f8a.tar drakx-724ad2d549c1045568d4219c1c40e2810e492f8a.tar.gz drakx-724ad2d549c1045568d4219c1c40e2810e492f8a.tar.bz2 drakx-724ad2d549c1045568d4219c1c40e2810e492f8a.tar.xz drakx-724ad2d549c1045568d4219c1c40e2810e492f8a.zip |
s/Mandrake/Mandrakelinux
Diffstat (limited to 'perl-install/standalone/net_monitor')
-rwxr-xr-x | perl-install/standalone/net_monitor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 4ec8cea0b..ba0a671a8 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -242,7 +242,7 @@ sub connection() { N("Disconnection from Internet complete.")) : ($isconnected ? N("Connection complete.") : - N("Connection failed.\nVerify your configuration in the Mandrake Control Center.")) + N("Connection failed.\nVerify your configuration in the Mandrakelinux Control Center.")) ); my $delay = 1000; # keep the message displayed longer if there is a problem. |