improve ace comment

This commit is contained in:
Nikos Kouremenos 2006-04-10 12:16:29 +00:00
parent f0f054af6b
commit 87eae99e1a
1 changed files with 4 additions and 4 deletions

View File

@ -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')],
}