aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzezinho42 <lists.jjorge@free.fr>2020-05-24 19:31:56 +0200
committerzezinho42 <lists.jjorge@free.fr>2020-05-24 19:31:56 +0200
commitc84208d1de0be0ae40d7fc5672f8101587be1e5e (patch)
tree80cd5954a0adb3a00299744d982d14cbd1ffbd78
parent34ca61509626d4f06178a8cc60d647bce19dc17d (diff)
downloadnet_monitor-c84208d1de0be0ae40d7fc5672f8101587be1e5e.tar
net_monitor-c84208d1de0be0ae40d7fc5672f8101587be1e5e.tar.gz
net_monitor-c84208d1de0be0ae40d7fc5672f8101587be1e5e.tar.bz2
net_monitor-c84208d1de0be0ae40d7fc5672f8101587be1e5e.tar.xz
net_monitor-c84208d1de0be0ae40d7fc5672f8101587be1e5e.zip
Crash at startup : fix previous commit
-rwxr-xr-xsrc/net_monitor2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_monitor b/src/net_monitor
index 8cc0ee2..5651a4d 100755
--- a/src/net_monitor
+++ b/src/net_monitor
@@ -506,7 +506,7 @@ class MonitorGui:
def show_statistics_dialog(self, widget, iface):
"""Shows statistics dialog"""
- dialog = Gtk.Dialog(title=_("Network statistics for %s") % iface,
+ dialog = Gtk.Dialog("Network statistics for %s" % iface,
self.window, 0,
(Gtk.STOCK_OK, Gtk.ResponseType.OK)
)