From 849c61eb4dc694b3e5b76782bf2b155ad98c1e8f Mon Sep 17 00:00:00 2001 From: David Paleino Date: Sun, 18 Nov 2012 00:18:22 +0100 Subject: [PATCH] Localization fix. --- gtk/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gui.py b/gtk/gui.py index 39faa14..573df0a 100644 --- a/gtk/gui.py +++ b/gtk/gui.py @@ -173,8 +173,8 @@ class appGui(object): setup_dbus() if not daemon: - errmsg = "Error connecting to wicd service via D-Bus." + \ - "Please ensure the wicd service is running." + errmsg = _("Error connecting to wicd service via D-Bus. " + "Please ensure the wicd service is running.") d = gtk.MessageDialog(parent=None, flags=gtk.DIALOG_MODAL, type=gtk.MESSAGE_ERROR,