mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
Localization fix.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user