aboutsummaryrefslogtreecommitdiffstats
path: root/src/net_monitor
diff options
context:
space:
mode:
Diffstat (limited to 'src/net_monitor')
-rwxr-xr-xsrc/net_monitor2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_monitor b/src/net_monitor
index 9964211..4caca6b 100755
--- a/src/net_monitor
+++ b/src/net_monitor
@@ -739,7 +739,7 @@ class MonitorGui:
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 Network center (press Configure button next to the interface item, then check \"Enable traffic accounting\" item) in order to view detailed traffic statistics"))))
vbox.pack_start(label, False, False)
traf_vbox.pack_start(frame_accounting, False, False)