From 901b8f51b22aec08bc91921276d721387809207f Mon Sep 17 00:00:00 2001
From: Mageia SVN-Git Migration <svn-git-migration@mageia.org>
Date: Thu, 3 Feb 2011 18:07:04 +0000
Subject: Synthesized commit during git-svn import combining previous Mandriva
 history with Magiea.

This commit consitsts of the following subversion commits:

------------------------------------------------------------------------
r398 | dmorgan | 2011-02-03 18:07:04 +0000 (Thu, 03 Feb 2011) | 1 line

Import cleaned drakx-net
------------------------------------------------------------------------

In addition to the above commits, the following cleaning work has been recorded:

po
 - replace Mandriva by Mangeia in po files

pixmaps
 - replace all images (use Oxygen)

icons
 - replace all images (use Oxygen)

lib
 - remove Mandriva occurrences
 - movre dbus prefix to org.mageia

config
 - remove Mandriva occurrences
 - movre dbus prefix to org.mageia
---
 bin/net_monitor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'bin/net_monitor')

diff --git a/bin/net_monitor b/bin/net_monitor
index 861fb74..5c27f85 100755
--- a/bin/net_monitor
+++ b/bin/net_monitor
@@ -255,7 +255,7 @@ sub connection() {
                         N("Disconnection from Internet complete.")) :
                     ($isconnected ?
                         N("Connection complete.") :
-                        N("Connection failed.\nVerify your configuration in the Mandriva Linux Control Center."))
+                        N("Connection failed.\nVerify your configuration in the Mageia Linux Control Center."))
                 );
                 # remove the connection time timer if connection is down or failed
                 $isconnected or Glib::Source->remove($ct_tag);
-- 
cgit v1.2.1