fix some ACE option description. Fixes #1877

This commit is contained in:
Yann Leboulanger 2006-05-03 13:34:58 +00:00
parent 2e06ec6d7e
commit 1e7c9e350d
1 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ class Config:
'statusmsgcolor': [ opt_color, '#1eaa1e', '', True ], 'statusmsgcolor': [ opt_color, '#1eaa1e', '', True ],
'markedmsgcolor': [ opt_color, '#ff8080', '', True ], 'markedmsgcolor': [ opt_color, '#ff8080', '', True ],
'urlmsgcolor': [ opt_color, '#0000ff', '', 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 ], 'roster_theme': [ opt_str, 'gtk+', '', True ],
'saveposition': [ opt_bool, True ], 'saveposition': [ opt_bool, True ],
'mergeaccounts': [ opt_bool, False, '', True ], 'mergeaccounts': [ opt_bool, False, '', True ],
@ -158,8 +158,8 @@ class Config:
'last_emoticons_dir': [opt_str, ''], 'last_emoticons_dir': [opt_str, ''],
'last_sounds_dir': [opt_str, ''], 'last_sounds_dir': [opt_str, ''],
'tabs_position': [opt_str, 'top'], 'tabs_position': [opt_str, 'top'],
'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?'), '', True], 'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?')],
'tabs_border': [opt_bool, False, _('Show tab border if one conversation?')], 'tabs_border': [opt_bool, False, _('Size of tabs border')],
'tabs_close_button': [opt_bool, True, _('Show close button in tab?')], 'tabs_close_button': [opt_bool, True, _('Show close button in tab?')],
'chat_avatar_width': [opt_int, 52], 'chat_avatar_width': [opt_int, 52],
'chat_avatar_height': [opt_int, 52], 'chat_avatar_height': [opt_int, 52],