mirror of
https://github.com/gryf/wicd.git
synced 2025-12-22 14:07:59 +01:00
curses/prefs_curses.py:
Removed the external entry point
Removed the removing of a blank string that caused
wicd/misc.py:
Made sure that "advanced_settings" in get_language_list_gui() actually is
"Advanced Settings"
This commit is contained in:
@@ -454,7 +454,7 @@ def get_language_list_gui():
|
||||
language['use_static_ip'] = _('Use Static IPs')
|
||||
language['use_static_dns'] = _('Use Static DNS')
|
||||
language['use_encryption'] = _('Use Encryption')
|
||||
language['advanced_settings'] = _('Properties')
|
||||
language['advanced_settings'] = _('Advanced Settings')
|
||||
language['wired_network'] = _('Wired Network')
|
||||
language['wired_network_instructions'] = _('To connect to a wired network,'
|
||||
' you must create a network profile. To create a network profile, type a'
|
||||
|
||||
Reference in New Issue
Block a user