Add link for rst in ACE
This commit is contained in:
parent
9ab2800fd0
commit
9178c9cb13
|
@ -97,7 +97,7 @@ class Config:
|
||||||
'show_ascii_formatting_chars': [ opt_bool, True , _('If True, do not '
|
'show_ascii_formatting_chars': [ opt_bool, True , _('If True, do not '
|
||||||
'remove */_ . So *abc* will be bold but with * * not removed.')],
|
'remove */_ . So *abc* will be bold but with * * not removed.')],
|
||||||
'rst_formatting_outgoing_messages': [ opt_bool, False,
|
'rst_formatting_outgoing_messages': [ opt_bool, False,
|
||||||
_('Uses ReStructured text markup for HTML, plus ascii formatting if selected. (If you want to use this, install docutils)')],
|
_('Uses ReStructured text markup to send HTML, plus ascii formatting if selected. For syntax, see http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html (If you want to use this, install docutils)')],
|
||||||
'sounds_on': [ opt_bool, True ],
|
'sounds_on': [ opt_bool, True ],
|
||||||
# 'aplay', 'play', 'esdplay', 'artsplay' detected first time only
|
# 'aplay', 'play', 'esdplay', 'artsplay' detected first time only
|
||||||
'soundplayer': [ opt_str, '' ],
|
'soundplayer': [ opt_str, '' ],
|
||||||
|
|
Loading…
Reference in New Issue