From 1479b0109f3cad7d0ff1687e49ba142734c42fbc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 10 Feb 2014 18:22:13 +0100 Subject: fix missing interface name in message --- src/net_monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() -- cgit v1.2.1