1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-08 06:44:20 +01:00

Fix bug where be-ioctl scans always reported channels as 1.

Tweak the UI a little bit.
Add debugging output when forced_disconnect gets enabled.
This commit is contained in:
Dan O'Reilly
2009-01-15 00:56:02 -05:00
parent 2978102ba4
commit 2358357f1d
4 changed files with 15 additions and 6 deletions

View File

@@ -435,7 +435,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'] = _('Advanced Settings')
language['advanced_settings'] = _('Properties')
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'