From 87eae99e1ae27449ae979773b710203eaae31e3c Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos <kourem@gmail.com> Date: Mon, 10 Apr 2006 12:16:29 +0000 Subject: [PATCH] improve ace comment --- src/common/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/config.py b/src/common/config.py index 3798ae6b42..71dfd208fe 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -193,10 +193,10 @@ class Config: _('Controls the window where new messages are placed.\n\'always\' - All messages are sent to a single window.\n\'never\' - All messages get their own window.\n\'peracct\' - Messages for each account are sent to a specific window.\n\'pertype\' - Each message type (e.g., chats vs. groupchats) are sent to a specific window. Note, changing this option requires restarting Gajim before the changes will take effect')], 'show_avatar_in_chat': [opt_bool, True, _('If False, you will no longer see the avatar in the chat window')], 'escape_key_closes': [opt_bool, True, _('If True, pressing the escape key closes a tab/window')], - 'always_hide_groupchat_buttons': [opt_bool, False, _('Hides the buttons when you open a group chat window')], - 'always_hide_chat_buttons': [opt_bool, False, _('Hides the buttons when you open a chat window')], - 'hide_groupchat_banner': [opt_bool, False, _('Hides the banner when you open a group chat window')], - 'hide_chat_banner': [opt_bool, False, _('Hides the banner when you open a chat window')], + 'always_hide_groupchat_buttons': [opt_bool, False, _('Hides the buttons in group chat window')], + 'always_hide_chat_buttons': [opt_bool, False, _('Hides the buttons in two persons chat window')], + 'hide_groupchat_banner': [opt_bool, False, _('Hides the banner in a group chat window')], + 'hide_chat_banner': [opt_bool, False, _('Hides the banner in two persons chat window')], 'hide_groupchat_occupants_list': [opt_bool, False, _('Hides the room occupants list in groupchat window')], } -- GitLab