Hello the bug with french locale is encryption
the patch below works
wicd-curses.py Line 350:
if wireless.GetWirelessProperty(id, 'encryption'):
self.encrypt = wireless.GetWirelessProperty(id,'encryption_method')
else:
self.encrypt = _('Unsecured')
if self.encrypt == 'Non sécurisé':
self.encrypt = 'Non securise'
Alain
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

