summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_monitor
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-04-23 16:20:27 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-04-23 16:20:27 +0000
commitca012347134ab4eec6f196b5f86c9fc1f25cb5b7 (patch)
tree5fc5930cd84d8b9f74f82a13bd26b2fe4de10ac3 /perl-install/standalone/net_monitor
parent0d46fdc4ff12e12d75709007659a334b90d34ead (diff)
downloaddrakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.tar
drakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.tar.gz
drakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.tar.bz2
drakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.tar.xz
drakx-backup-do-not-use-ca012347134ab4eec6f196b5f86c9fc1f25cb5b7.zip
s/Mandrivalinux/Mandriva Linux/
Diffstat (limited to 'perl-install/standalone/net_monitor')
-rwxr-xr-xperl-install/standalone/net_monitor4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor
index 78e7eab4f..05828517d 100755
--- a/perl-install/standalone/net_monitor
+++ b/perl-install/standalone/net_monitor
@@ -4,7 +4,7 @@
# Copyright (C) 1999-2004 Mandriva
# Damien "Dam's" Krotkine
-# Thierry Vignaud <tvignaud@mandrakesoft.com>
+# Thierry Vignaud <tvignaud@mandriva.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -233,7 +233,7 @@ sub connection() {
N("Disconnection from Internet complete.")) :
($isconnected ?
N("Connection complete.") :
- N("Connection failed.\nVerify your configuration in the Mandrivalinux Control Center."))
+ N("Connection failed.\nVerify your configuration in the Mandriva Linux Control Center."))
);
# remove the connection time timer if connection is down or failed
$isconnected or Glib::Source->remove($ct_tag);