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:
authorDenis Fomin <fominde@gmail.com>2011-09-03 10:59:36 +0400
committerDenis Fomin <fominde@gmail.com>2011-09-03 10:59:36 +0400
commit4b37c0c5832d20f5eefcf29fbf1585a223c62287 (patch)
treedc25e9695f02e519d7a129be3f7ca9e75c95011d /juick/plugin.py
parent4b297ebf7dfda3e64026267f8926967ab51ff495 (diff)
add translatable description
Diffstat (limited to 'juick/plugin.py')
-rw-r--r--juick/plugin.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/juick/plugin.py b/juick/plugin.py
index 4a1246c..6b48d50 100644
--- a/juick/plugin.py
+++ b/juick/plugin.py
@@ -23,6 +23,10 @@ import common.xmpp
class JuickPlugin(GajimPlugin):
@log_calls('JuickPlugin')
def init(self):
+ self.description = _('Clickable juick links , juick nics, '
+ 'preview juick picturs.\nThe key combination alt + up in the '
+ 'textbox allow insert the number of last message '
+ '(comment or topic).')
self.config_dialog = JuickPluginConfigDialog(self)
self.gui_extension_points = {
'chat_control_base': (self.connect_with_chat_control,