From 1e7c9e350df45c697af779b3afdea312391c3637 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 3 May 2006 13:34:58 +0000 Subject: [PATCH] fix some ACE option description. Fixes #1877 --- src/common/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/config.py b/src/common/config.py index 264a65bab..27c6a6a75 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -76,7 +76,7 @@ class Config: 'statusmsgcolor': [ opt_color, '#1eaa1e', '', True ], 'markedmsgcolor': [ opt_color, '#ff8080', '', True ], 'urlmsgcolor': [ opt_color, '#0000ff', '', True ], - 'collapsed_rows': [ opt_str, '', '', True ], + 'collapsed_rows': [ opt_str, '', _('List (space separated) of rows (accounts and groups) that are collapsed'), True ], 'roster_theme': [ opt_str, 'gtk+', '', True ], 'saveposition': [ opt_bool, True ], 'mergeaccounts': [ opt_bool, False, '', True ], @@ -158,8 +158,8 @@ class Config: 'last_emoticons_dir': [opt_str, ''], 'last_sounds_dir': [opt_str, ''], 'tabs_position': [opt_str, 'top'], - 'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?'), '', True], - 'tabs_border': [opt_bool, False, _('Show tab border if one conversation?')], + 'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?')], + 'tabs_border': [opt_bool, False, _('Size of tabs border')], 'tabs_close_button': [opt_bool, True, _('Show close button in tab?')], 'chat_avatar_width': [opt_int, 52], 'chat_avatar_height': [opt_int, 52],