1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Localization fix.

This commit is contained in:
David Paleino
2012-11-18 00:18:22 +01:00
parent 42aac8ce10
commit 849c61eb4d

View File

@@ -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,