Skip to content
Snippets Groups Projects
Commit ad510f1d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo (thx hellp)

parent 1c35ea65
No related branches found
No related tags found
No related merge requests found
......@@ -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, '' ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment