1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 04:48: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() setup_dbus()
if not daemon: if not daemon:
errmsg = "Error connecting to wicd service via D-Bus." + \ errmsg = _("Error connecting to wicd service via D-Bus. "
"Please ensure the wicd service is running." "Please ensure the wicd service is running.")
d = gtk.MessageDialog(parent=None, d = gtk.MessageDialog(parent=None,
flags=gtk.DIALOG_MODAL, flags=gtk.DIALOG_MODAL,
type=gtk.MESSAGE_ERROR, type=gtk.MESSAGE_ERROR,