From 9178c9cb13e68d10e8063d7a423fab5d8c68bcf0 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Mon, 15 Jan 2007 22:28:26 +0000 Subject: [PATCH] Add link for rst in ACE --- 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 8dd535fe7..414bf8d54 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -97,7 +97,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. (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 ], # 'aplay', 'play', 'esdplay', 'artsplay' detected first time only 'soundplayer': [ opt_str, '' ],