add translatable description

This commit is contained in:
Denis Fomin
2011-09-03 09:59:36 +03:00
parent 4b297ebf7d
commit 4b37c0c583
19 changed files with 264 additions and 93 deletions

View File

@@ -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")