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 /roster_tweaks/roster_tweaks.py
parent4b297ebf7dfda3e64026267f8926967ab51ff495 (diff)
add translatable description
Diffstat (limited to 'roster_tweaks/roster_tweaks.py')
-rw-r--r--roster_tweaks/roster_tweaks.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/roster_tweaks/roster_tweaks.py b/roster_tweaks/roster_tweaks.py
index bbe8dd2..46c9001 100644
--- a/roster_tweaks/roster_tweaks.py
+++ b/roster_tweaks/roster_tweaks.py
@@ -18,6 +18,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'
+ 'Added ability to quickly change the status message '
+ 'to all connected accounts.')
self.config_dialog = RosterTweaksPluginConfigDialog(self)
self.config_default_values = {'hide_status_combo': (False, ''),