Skip to content
Snippets Groups Projects
Commit 4b6d37c2 authored by nkour's avatar nkour
Browse files

help the user about rst_formatting possible dep

parent f19ef94a
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ class Config:
'show_ascii_formatting_chars': [ opt_bool, True , _('If True, do not '
'remove */_ . So *abc* will be bold but with * * not removed.')],
'rst_formatting_outgoing_messages': [ opt_bool, False,
_('Uses ReStructured text markup for HTML, plus ascii formatting if selected.')],
_('Uses ReStructured text markup for HTML, plus ascii formatting if selected. (You may need to install docutils)')],
'sounds_on': [ opt_bool, True ],
# 'aplay', 'play', 'esdplay', 'artsplay' detected first time only
'soundplayer': [ opt_str, '' ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment