diff options
author | Eugeni Dodonov <eugeni@mandriva.com> | 2009-10-14 15:17:09 -0300 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.com> | 2009-10-14 15:17:09 -0300 |
commit | 722ef01a4aa1263b64f704aa3797c8eb478b2f9b (patch) | |
tree | 941c10357a9683f81ef5edddca8db0a0a0e1342a | |
parent | 3a0459c801de49ecbd31e18c476893bc366eb737 (diff) | |
download | net_monitor-722ef01a4aa1263b64f704aa3797c8eb478b2f9b.tar net_monitor-722ef01a4aa1263b64f704aa3797c8eb478b2f9b.tar.gz net_monitor-722ef01a4aa1263b64f704aa3797c8eb478b2f9b.tar.bz2 net_monitor-722ef01a4aa1263b64f704aa3797c8eb478b2f9b.tar.xz net_monitor-722ef01a4aa1263b64f704aa3797c8eb478b2f9b.zip |
improve network accounting help message
-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 66ef8d3..bdb6417 100755 --- a/src/net_monitor +++ b/src/net_monitor @@ -518,7 +518,7 @@ class MonitorGui: button.connect('toggled', self.update_stat_iface, (iface, graph_vnstat, "top")) vbox.pack_start(button, False, False) else: - label = gtk.Label(_("Network accounting was not enabled on interface %s.\nPlease enable network accounting on the interface in order to view traffic statistics.")) + label = gtk.Label(_("Network accounting was not enabled on interface %s.\nPlease enable network accounting on the interface in order to view traffic statistics and restart your network connection to start collecting traffic statistics.")) stats_vbox.add(label) stats_vbox.show_all() |