From d3f6059ca8d6a2f54ee0a6566926a81b837d18ab Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 13 Dec 2010 06:38:27 +0100 Subject: [PATCH] [mako] missing translated string. Fixes #6103 --- src/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.py b/src/common/config.py index 0f625cc44..6143dba3c 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -169,7 +169,7 @@ class Config: 'muc_restore_lines': [opt_int, 20, _('How many lines to request to server when entering a groupchat.')], 'muc_restore_timeout': [opt_int, 60, _('How many minutes back to request logs when a entering a groupchat.')], 'muc_autorejoin_timeout': [opt_int, 1, _('How many seconds to wait before trying to autorejoin to a conference you are being disconnected from. Set to 0 to disable autorejoining.')], - 'muc_autorejoin_on_kick': [opt_bool, False, 'Should autorejoin be activated when we are being kicked from a conference?'], + 'muc_autorejoin_on_kick': [opt_bool, False, _('Should autorejoin be activated when we are being kicked from a conference?')], 'send_on_ctrl_enter': [opt_bool, False, _('Send message on Ctrl+Enter and with Enter make new line (Mirabilis ICQ Client default behaviour).')], 'show_roster_on_startup': [opt_bool, True], 'key_up_lines': [opt_int, 25, _('How many lines to store for Ctrl+KeyUP.')], -- 2.11.4.GIT