fix some ACE option description. Fixes #1877
This commit is contained in:
parent
2e06ec6d7e
commit
1e7c9e350d
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue