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 --- now_listen/manifest.ini | 3 +-- now_listen/now_listen.py | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'now_listen') diff --git a/now_listen/manifest.ini b/now_listen/manifest.ini index d437469..2dc3f87 100644 --- a/now_listen/manifest.ini +++ b/now_listen/manifest.ini @@ -2,7 +2,6 @@ name: Now Listen short_name: now-listen version: 0.1 -description: Copy tune info to conversation input box (alt + n), - at cursor position +description: Copy tune info to conversation input box (alt + n) at cursor position authors = Denis Fomin homepage = http://trac-plugins.gajim.org/wiki diff --git a/now_listen/now_listen.py b/now_listen/now_listen.py index d5251f8..87add8a 100644 --- a/now_listen/now_listen.py +++ b/now_listen/now_listen.py @@ -17,6 +17,8 @@ class NowListenPlugin(GajimPlugin): @log_calls('NowListenPlugin') def init(self): + self.description = _('Copy tune info to conversation input box ' + '(alt + n) at cursor position') self.config_dialog = NowListenPluginConfigDialog(self) self.gui_extension_points = {'chat_control_base': (self.connect_with_chat_control, self.disconnect_from_chat_control)} -- cgit v1.2.3