From 4b37c0c5832d20f5eefcf29fbf1585a223c62287 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Sat, 3 Sep 2011 09:59:36 +0300 Subject: add translatable description --- roster_tweaks/roster_tweaks.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roster_tweaks') 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, ''), -- cgit v1.2.3