diff options
Diffstat (limited to 'bin/net_monitor')
-rwxr-xr-x | bin/net_monitor | 2 |
1 files changed, 1 insertions, 1 deletions
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); |