typo (thx hellp)

This commit is contained in:
Yann Leboulanger 2005-08-07 09:14:50 +00:00
parent 1c35ea65f4
commit ad510f1d86
1 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@ class Config:
'showoffline': [ opt_bool, False ],
'autoaway': [ opt_bool, True ],
'autoawaytime': [ opt_int, 5 ],
'autoaway_message': [ opt_str, _('Away as a result of beind idle') ],
'autoaway_message': [ opt_str, _('Away as a result of being idle') ],
'autoxa': [ opt_bool, True ],
'autoxatime': [ opt_int, 15 ],
'autoxa_message': [ opt_str, _('Not available as a result of beind idle') ],
'autoxa_message': [ opt_str, _('Not available as a result of being idle') ],
'ask_online_status': [ opt_bool, False ],
'ask_offline_status': [ opt_bool, False ],
'last_status_msg_online': [ opt_str, '' ],