fix typos in config.py
This commit is contained in:
parent
9e24c72ba5
commit
4be4998704
|
@ -166,7 +166,7 @@ class Config:
|
||||||
'history_window_x-position': [opt_int, 0],
|
'history_window_x-position': [opt_int, 0],
|
||||||
'history_window_y-position': [opt_int, 0],
|
'history_window_y-position': [opt_int, 0],
|
||||||
'latest_disco_addresses': [opt_str, ''],
|
'latest_disco_addresses': [opt_str, ''],
|
||||||
'time_stamp': [opt_str, '[%X] ', _('This option let you customize timestamp that is printed in conversation. For exemple "[%H:%M] " will show "[hour:minute] ". See python doc on strftime for full documentation: http://docs.python.org/lib/module-time.html')],
|
'time_stamp': [opt_str, '[%X] ', _('This option let you customize timestamp that is printed in conversation. For example "[%H:%M] " will show "[hour:minute] ". See python doc on strftime for full documentation: http://docs.python.org/lib/module-time.html')],
|
||||||
'before_nickname': [opt_str, '', _('Characters that are printed before the nickname in conversations')],
|
'before_nickname': [opt_str, '', _('Characters that are printed before the nickname in conversations')],
|
||||||
'after_nickname': [opt_str, ':', _('Characters that are printed after the nickname in conversations')],
|
'after_nickname': [opt_str, ':', _('Characters that are printed after the nickname in conversations')],
|
||||||
'use_gpg_agent': [opt_bool, False],
|
'use_gpg_agent': [opt_bool, False],
|
||||||
|
@ -284,7 +284,7 @@ class Config:
|
||||||
'stun_server': [opt_str, '', _('STUN server to use when using Jingle')],
|
'stun_server': [opt_str, '', _('STUN server to use when using Jingle')],
|
||||||
'show_affiliation_in_groupchat': [opt_bool, True, _('If true, Gajim will show affiliation of groupchat occupants by adding a colored square to the status icon')],
|
'show_affiliation_in_groupchat': [opt_bool, True, _('If true, Gajim will show affiliation of groupchat occupants by adding a colored square to the status icon')],
|
||||||
'global_proxy': [opt_str, '', _('Proxy used for all outgoing connections if the account does not have a specific proxy configured')],
|
'global_proxy': [opt_str, '', _('Proxy used for all outgoing connections if the account does not have a specific proxy configured')],
|
||||||
'ignore_incoming_attention': [opt_bool, False, _('If true, Gajim will ignore incoming attention requestd ("wizz").')],
|
'ignore_incoming_attention': [opt_bool, False, _('If true, Gajim will ignore incoming attention requests ("wizz").')],
|
||||||
'remember_opened_chat_controls': [opt_bool, True, _('If enabled, Gajim will reopen chat windows that were opened last time Gajim was closed.')],
|
'remember_opened_chat_controls': [opt_bool, True, _('If enabled, Gajim will reopen chat windows that were opened last time Gajim was closed.')],
|
||||||
'positive_184_ack': [opt_bool, False, _('If enabled, Gajim will show an icon to show that sent message has been received by your contact')],
|
'positive_184_ack': [opt_bool, False, _('If enabled, Gajim will show an icon to show that sent message has been received by your contact')],
|
||||||
'show_avatar_in_tabs': [opt_bool, False, _('Show a mini avatar in chat window tabs and in window icon')],
|
'show_avatar_in_tabs': [opt_bool, False, _('Show a mini avatar in chat window tabs and in window icon')],
|
||||||
|
|
Loading…
Reference in New Issue