Show
Ignore:
Timestamp:
01/16/07 19:21:46 (23 months ago)
Author:
asterix
Message:

latest merge from trunk before string freeze

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/common/config.py

    r7841 r7845  
    9898                        'remove */_ . So *abc* will be bold but with * * not removed.')], 
    9999                'rst_formatting_outgoing_messages': [ opt_bool, False, 
    100                         _('Uses ReStructured text markup for HTML, plus ascii formatting if selected. (If you want to use this, install docutils)')], 
     100                        _('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)')], 
    101101                'sounds_on': [ opt_bool, True ], 
    102102                # 'aplay', 'play', 'esdplay', 'artsplay' detected first time only