From 3c62d7dc6e7e644266385d501f7559efa1ed1caf Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 8 Oct 2013 20:25:11 +0300 Subject: Fix the phrase about Mandriva network center, update translations --- 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 9964211..4caca6b 100755 --- a/src/net_monitor +++ b/src/net_monitor @@ -739,7 +739,7 @@ class MonitorGui: button.connect('clicked', self.show_statistics_dialog, iface) vbox.pack_start(button, False, False) else: - label = gtk.Label("\n".join(textwrap.wrap(_("Network accounting is not enabled for this interface. Please enable it in Mandriva network center in order to view detailed traffic statistics")))) + label = gtk.Label("\n".join(textwrap.wrap(_("Network accounting is not enabled for this interface. Please enable it in Network center (press Configure button next to the interface item, then check \"Enable traffic accounting\" item) in order to view detailed traffic statistics")))) vbox.pack_start(label, False, False) traf_vbox.pack_start(frame_accounting, False, False) -- cgit v1.2.1