diff options
-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() |