Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
4be49987 by Bronko at 2018-11-14T21:44:41Z
fix typos in config.py
- - - - -
1 changed file:
- gajim/common/config.py
Changes:
=====================================
gajim/common/config.py
=====================================
@@ -166,7 +166,7 @@ class Config:
'history_window_x-position': [opt_int, 0],
'history_window_y-position': [opt_int, 0],
'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')],
'after_nickname': [opt_str, ':', _('Characters that are printed after
the nickname in conversations')],
'use_gpg_agent': [opt_bool, False],
@@ -284,7 +284,7 @@ class Config:
'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')],
'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.')],
'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')],
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/4be49987045c74707a482ebbb5919788b3b4989f
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/4be49987045c74707a482ebbb5919788b3b4989f
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits