Link to the OTR wiki page in the features window.
This commit is contained in:
parent
fcbb71a6d2
commit
24afebd309
|
@ -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.'),
|
||||
|
|
Loading…
Reference in New Issue