Link to the OTR wiki page in the features window.

This commit is contained in:
js 2008-05-18 20:39:03 +00:00
parent fcbb71a6d2
commit 24afebd309
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ class FeaturesWindow:
_('Requires python-crypto.')),
_('Off the Record Encryption'): (self.otr_available,
_('Encrypting chatmessages in a way that even works through gateways.'),
_('Requires pyotr and libotr.'),
_('Requires pyotr and libotr.')),
_('Requires pyotr and libotr (see http://trac.gajim.org/wiki/OTR).'),
_('Requires pyotr and libotr (see http://trac.gajim.org/wiki/OTR).')),
_('RST Generator'): (self.docutils_available,
_('Generate XHTML output from RST code (see http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html).'),
_('Requires python-docutils.'),