From 5e2ae05877332e1a1ebbe150844a5fc6a7b47f95 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Fri, 16 Aug 2013 10:09:41 +0400 Subject: [PATCH] typo --- 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 794a7a3db..d81e210a7 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -412,7 +412,7 @@ class Config: 'oauth2_refresh_token': [ opt_str, '', _('Latest token for Oauth2 authentication.')], 'oauth2_client_id': [ opt_str, '0000000044077801', _('client_id for Oauth2 authentication.')], 'oauth2_redirect_url': [ opt_str, 'https%3A%2F%2Fgajim.org%2Fmsnauth%2Findex.cgi', _('redirect_url for Oauth2 authentication.')], - 'opened_chat_controls': [opt_str, '', _('Space separated list of JIDsfor which we want to re-open a chat window on next startup.')], + 'opened_chat_controls': [opt_str, '', _('Space separated list of JIDs for which we want to re-open a chat window on next startup.')], }, {}), 'statusmsg': ({ 'message': [ opt_str, '' ],