diff options
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 9ab770b..b8903a1 100755 --- a/src/net_monitor +++ b/src/net_monitor @@ -542,7 +542,7 @@ class MonitorGui: vbox.pack_start(button, False, False, 0) button.join_group(first_button) else: - label = Gtk.Label(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.")) + label = Gtk.Label(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.") % iface) stats_vbox.add(label) stats_vbox.show_all() |