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

wicd/misc.py:

Fixed a typo in get_language_list_gui
    (%CURSES_REVNO%)
curses/wicd-curses.py:
  Added in some translations (not done yet)
curses/prefs_curses.py:
  Added all of the translations
  Removed the warning about changing the backends (since it is useless)
This commit is contained in:
Andrew Psaltis
2009-01-27 21:46:52 -05:00
parent b5f664632e
commit 26e636e2f2
4 changed files with 22 additions and 24 deletions

View File

@@ -553,7 +553,7 @@ def get_language_list_gui():
language['global_dns_servers'] = _("Global DNS servers")
language['network_interfaces'] = _("Network Interfaces")
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.")
return language