1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-27 17:02:30 +01:00

More work on making the client handle a daemon restart

This commit is contained in:
Dan O'Reilly
2008-12-14 22:19:35 -05:00
parent ab7b331aac
commit d0200db00c
3 changed files with 47 additions and 14 deletions

View File

@@ -535,6 +535,7 @@ def get_language_list_tray():
language['cannot_start_daemon'] = _("Unable to connect to wicd daemon DBus interface." + \
"This typically means there was a problem starting the daemon." + \
"Check the wicd log for more info")
language['no_daemon_tooltip'] = _("Wicd daemon unreachable")
return language
def noneToBlankString(text):