Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-05-19 00:39:03 +0400
committerjs <js-gajim@webkeks.org>2008-05-19 00:39:03 +0400
commit24afebd309fadffd386359bd9bf9f75713b8e7c2 (patch)
treefb9b9fde936efb6c8b7c3508d9d959286632599d
parentfcbb71a6d2a02924371bcf8dfad268f849f4dcc8 (diff)
Link to the OTR wiki page in the features window.
-rw-r--r--src/features_window.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features_window.py b/src/features_window.py
index 0dcabe8d7..42acc823c 100644
--- a/src/features_window.py
+++ b/src/features_window.py
@@ -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.'),