fix comment english

This commit is contained in:
Nikos Kouremenos 2005-09-04 18:54:03 +00:00
parent 9ab856d410
commit 1f2c115297
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class Config:
'use_speller': [ opt_bool, False ],
'print_time': [ opt_str, 'always' ],
'useemoticons': [ opt_bool, True ],
'show_ascii_formatting_chars': [ opt_bool, False , _('If True, show *abc* as bold but with * * not removed')],
'show_ascii_formatting_chars': [ opt_bool, False , _('If True, do not remove */_ . So *abc* will be bold but with * * not removed.')],
'sounds_on': [ opt_bool, True ],
# 'aplay', 'play', 'esdplay', 'artsplay' detected first time only
'soundplayer': [ opt_str, '' ],