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

View file

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