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

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gotr/otrmodule.py')
-rw-r--r--gotr/otrmodule.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gotr/otrmodule.py b/gotr/otrmodule.py
index 2d99ad7..1526421 100644
--- a/gotr/otrmodule.py
+++ b/gotr/otrmodule.py
@@ -258,7 +258,8 @@ class OtrPlugin(GajimPlugin):
otr = None
def init(self):
- self.description = _('See http://www.cypherpunks.ca/otr/')
+ self.description = _('Provide OTR encryption. See <a href='
+ '"http://www.cypherpunks.ca/otr/">Author website</a>')
self.us = {}