From ad4c1347ffd8b46045a13fe831f8d77c744cac05 Mon Sep 17 00:00:00 2001 From: Marcin Mielniczuk Date: Wed, 2 May 2018 20:19:24 +0200 Subject: [PATCH] Be more descriptive about the ascii_emoticons configuration option --- gajim/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/common/config.py b/gajim/common/config.py index 5e3fbbf51..8bb74b6d4 100644 --- a/gajim/common/config.py +++ b/gajim/common/config.py @@ -124,7 +124,7 @@ class Config: 'print_time': [ opt_str, 'always', _('\'always\' - print time for every message.\n\'sometimes\' - print time every print_ichat_every_foo_minutes minute.\n\'never\' - never print time.')], 'print_time_fuzzy': [ opt_int, 0, _('Print time in chats using Fuzzy Clock. Value of fuzziness from 1 to 4, or 0 to disable fuzzyclock. 1 is the most precise clock, 4 the least precise one. This is used only if print_time is \'sometimes\'.') ], 'emoticons_theme': [opt_str, 'noto-emoticons', '', True ], - 'ascii_emoticons': [opt_bool, True, _('Enable ASCII emoticons'), True], + 'ascii_emoticons': [opt_bool, True, _('When enabled, ASCII emoticons will be converted to graphical emojis.'), True], 'ascii_formatting': [ opt_bool, True, _('Treat * / _ pairs as possible formatting characters.'), True], 'show_ascii_formatting_chars': [ opt_bool, True, _('If true, do not '