Changeset 6272

Show
Ignore:
Timestamp:
05/03/06 15:34:58 (3 years ago)
Author:
asterix
Message:

fix some ACE option description. Fixes #1877

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/config.py

    r6271 r6272  
    7777                'markedmsgcolor': [ opt_color, '#ff8080', '', True ], 
    7878                'urlmsgcolor': [ opt_color, '#0000ff', '', True ], 
    79                 'collapsed_rows': [ opt_str, '', '', True ], 
     79                'collapsed_rows': [ opt_str, '', _('List (space separated) of rows (accounts and groups) that are collapsed'), True ], 
    8080                'roster_theme': [ opt_str, 'gtk+', '', True ], 
    8181                'saveposition': [ opt_bool, True ], 
     
    159159                'last_sounds_dir': [opt_str, ''], 
    160160                'tabs_position': [opt_str, 'top'], 
    161                 'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?'), '', True], 
    162                 'tabs_border': [opt_bool, False, _('Show tab border if one conversation?')], 
     161                'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?')], 
     162                'tabs_border': [opt_bool, False, _('Size of tabs border')], 
    163163                'tabs_close_button': [opt_bool, True, _('Show close button in tab?')], 
    164164                'chat_avatar_width': [opt_int, 52],