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:
authorYann Leboulanger <asterix@lagaule.org>2013-08-16 21:57:10 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-08-16 21:57:10 +0400
commitae13d1a8fbb310f9a2f50022e7e0c2247f46fcaf (patch)
tree84f7c6749a01fa5df339e6b156cc0871cb9e1f82 /roster_tweaks/roster_tweaks.py
parent795e241764f7478c75099e3ea1e1e419e2a76ec6 (diff)
fix plugin descriptions to use HTML
Diffstat (limited to 'roster_tweaks/roster_tweaks.py')
-rw-r--r--roster_tweaks/roster_tweaks.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/roster_tweaks/roster_tweaks.py b/roster_tweaks/roster_tweaks.py
index 20ac8b3..d83722f 100644
--- a/roster_tweaks/roster_tweaks.py
+++ b/roster_tweaks/roster_tweaks.py
@@ -17,12 +17,11 @@ class RosterTweaksPlugin(GajimPlugin):
@log_calls('RosterTweaksPlugin')
def init(self):
self.description = _('Allows user to tweak roster window appearance '
- '(eg. make it compact).\nBased on ticket #3340:\n'
- 'http://trac.gajim.org/ticket/3340.\n'
+ '(eg. make it compact).<br/>Based on <a href='
+ '"http://trac.gajim.org/ticket/3340">ticket #3340</a>.<br/>'
'Added ability to quickly change the status message '
- 'to all connected accounts.\n'
- 'Based on ticket #5085:\n'
- 'http://trac.gajim.org/ticket/5085.')
+ 'to all connected accounts.<br/>Based on <a href='
+ '"http://trac.gajim.org/ticket/5085">ticket #5085</a>.')
self.config_default_values = {'hide_status_combo': (False, ''),
'use_ctr_m': (False, ''),
'menu_visible': (True, ''),