diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-21 15:25:29 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-21 15:25:29 +0000 |
commit | b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab (patch) | |
tree | 552c5c64693a3b846fe63ff00fe767a355b60462 /perl-install/standalone/net_monitor | |
parent | a2c392a9ab83bb9031fb11f99f0101f1f2d9f140 (diff) | |
download | drakx-backup-do-not-use-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar drakx-backup-do-not-use-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.gz drakx-backup-do-not-use-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.bz2 drakx-backup-do-not-use-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.xz drakx-backup-do-not-use-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.zip |
switch from MandrakeSoft to Mandriva
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 608223375..78e7eab4f 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -233,7 +233,7 @@ sub connection() { N("Disconnection from Internet complete.")) : ($isconnected ? N("Connection complete.") : - N("Connection failed.\nVerify your configuration in the Mandrakelinux Control Center.")) + N("Connection failed.\nVerify your configuration in the Mandrivalinux Control Center.")) ); # remove the connection time timer if connection is down or failed $isconnected or Glib::Source->remove($ct_tag); |