typo (thx hellp)
This commit is contained in:
parent
1c35ea65f4
commit
ad510f1d86
|
@ -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, '' ],
|
||||
|
|
Loading…
Reference in New Issue