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 'ubuntu_integration/plugin.py')
-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")