From 4b6d37c27be289accaf1b580f781e1abe1d953cc Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 4 Oct 2006 23:04:45 +0000 Subject: [PATCH] help the user about rst_formatting possible dep --- src/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.py b/src/common/config.py index 5bd0f1beb..3a300642f 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -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, '' ],