diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2013-10-08 20:25:11 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2013-10-08 20:25:11 +0300 |
commit | 3c62d7dc6e7e644266385d501f7559efa1ed1caf (patch) | |
tree | 57a3bc7d67a82347009945406239ce37301f79b2 /src | |
parent | c72bd280711fe4f1b09c06e25ae9e85b4438f260 (diff) | |
download | net_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-x | src/net_monitor | 2 |
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) |