1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-31 09:23:32 +02:00

Fixed a typo

This commit is contained in:
Adam Blackburn
2009-01-27 14:17:11 +08:00
parent 7d2afe6cbc
commit ad44d01298

View File

@@ -553,7 +553,7 @@ def get_language_list_gui():
language['global_dns_servers'] = _("Global DNS servers") language['global_dns_servers'] = _("Global DNS servers")
language['network_interfaces'] = _("Network Interfaces") language['network_interfaces'] = _("Network Interfaces")
language['connecting_to_daemon'] = _("Connecting to daemon...") language['connecting_to_daemon'] = _("Connecting to daemon...")
langauge['cannot_connect_to_daemon'] = _("Can't connect to the daemon, trying to start it automatically...") language['cannot_connect_to_daemon'] = _("Can't connect to the daemon, trying to start it automatically...")
language['could_not_connect'] = _("Could not connect to wicd's D-Bus interface. Check the wicd log for error messages.") language['could_not_connect'] = _("Could not connect to wicd's D-Bus interface. Check the wicd log for error messages.")
language["exception"] = _("EXCEPTION! Please report this to the maintainer and file a bug report with the backtrace below:") language["exception"] = _("EXCEPTION! Please report this to the maintainer and file a bug report with the backtrace below:")