Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > f766716081052d0cfa8d75691ec7c58a > files > 1

net_monitor-0.11-5.mga3.src.rpm

Index: setup.py
===================================================================
--- setup.py
+++ setup.py	2011-02-27 16:36:34.116928232 +0100
@@ -7,14 +7,14 @@
 
 setup (name='net_monitor',
         version=version,
-        description='Mandriva network monitoring tool',
+        description='Network monitoring tool',
         author="Eugeni Dodonov",
         author_email="eugeni@mandriva.com",
         url="http://www.mandriva.com",
         license="GPL",
         long_description=
 """\
-This is a network monitoring tool for Mandriva Linux, intended to replace the
+This is a network monitoring tool, intended to replace the
 old net_monitor from drakx-net.  It supports graphical network monitoring and
 some advanced features, such as network profiling, activity monitoring,
 detailed logging and network traffic statistics with help of vnstat reporting.
Index: src/net_monitor
===================================================================
--- src/net_monitor
+++ src/net_monitor	2011-02-27 16:36:58.959928231 +0100
@@ -747,7 +747,7 @@
             button.connect('clicked', self.show_statistics_dialog, iface)
             vbox.pack_start(button, False, False)
         else:
-            label = gtk.Label("\n".join(textwrap.wrap(_("Network accounting is not enabled for this interface. Please enable it in Mandriva network center in order to view detailed traffic statistics"))))
+            label = gtk.Label("\n".join(textwrap.wrap(_("Network accounting is not enabled for this interface. Please enable it in the network center in order to view detailed traffic statistics"))))
             vbox.pack_start(label, False, False)
         traf_vbox.pack_start(frame_accounting, False, False)
 
@@ -854,7 +854,7 @@
 # {{{ usage
 def usage():
     """Prints help message"""
-    print """net_monitor: Mandriva network monitoring tool.
+    print """net_monitor: Network monitoring tool.
 
 Arguments to net_monitor:
     -h, --help                displays this helpful message.