aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2013-10-08 20:25:11 +0300
committerYuri Chornoivan <yurchor@ukr.net>2013-10-08 20:25:11 +0300
commit3c62d7dc6e7e644266385d501f7559efa1ed1caf (patch)
tree57a3bc7d67a82347009945406239ce37301f79b2 /src
parentc72bd280711fe4f1b09c06e25ae9e85b4438f260 (diff)
downloadnet_monitor-3c62d7dc6e7e644266385d501f7559efa1ed1caf.tar
net_monitor-3c62d7dc6e7e644266385d501f7559efa1ed1caf.tar.gz
net_monitor-3c62d7dc6e7e644266385d501f7559efa1ed1caf.tar.bz2
net_monitor-3c62d7dc6e7e644266385d501f7559efa1ed1caf.tar.xz
net_monitor-3c62d7dc6e7e644266385d501f7559efa1ed1caf.zip
Fix the phrase about Mandriva network center, update translations
Diffstat (limited to 'src')
-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)