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 'now_listen/now_listen.py')
-rw-r--r--now_listen/now_listen.py2
1 files changed, 2 insertions, 0 deletions
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)}