add translatable description
This commit is contained in:
@@ -3,7 +3,7 @@ name: Juick
|
||||
short_name: Juick
|
||||
version: 0.2
|
||||
description: Clickable juick links , juick nics, preview juick picturs.
|
||||
The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
|
||||
The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
|
||||
authors: Denis Fomin <fominde@gmail.com>, evgen <drujebober@gmail.com>
|
||||
homepage: http://trac-plugins.gajim.org/wiki/JuickPlugin
|
||||
|
||||
|
||||
@@ -23,6 +23,10 @@ import common.xmpp
|
||||
class JuickPlugin(GajimPlugin):
|
||||
@log_calls('JuickPlugin')
|
||||
def init(self):
|
||||
self.description = _('Clickable juick links , juick nics, '
|
||||
'preview juick picturs.\nThe key combination alt + up in the '
|
||||
'textbox allow insert the number of last message '
|
||||
'(comment or topic).')
|
||||
self.config_dialog = JuickPluginConfigDialog(self)
|
||||
self.gui_extension_points = {
|
||||
'chat_control_base': (self.connect_with_chat_control,
|
||||
|
||||
Reference in New Issue
Block a user