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 /ubuntu_integration
parent4b297ebf7dfda3e64026267f8926967ab51ff495 (diff)
add translatable description
Diffstat (limited to 'ubuntu_integration')
-rw-r--r--ubuntu_integration/plugin.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ubuntu_integration/plugin.py b/ubuntu_integration/plugin.py
index ffa6b49..33c64bc 100644
--- a/ubuntu_integration/plugin.py
+++ b/ubuntu_integration/plugin.py
@@ -48,6 +48,12 @@ class UbuntuIntegrationPlugin(GajimPlugin):
"""
Does nothing.
"""
+ self.description = _('This plugin integrates Gajim '
+ 'with the Ubuntu Messaging Menu.\n\n'
+ 'You must have python-indicate and python-xdg (and Gajim obviously)'
+ ' installed to enable this plugin.\n\n'
+ 'Many thanks to the guys from gajim@conference.gajim.org for '
+ 'answering my questions :)')
self.config_dialog = None
@log_calls("UbuntuIntegrationPlugin")