[Darlan]EmoticonsPackPlugin. plugin description

This commit is contained in:
Denis Fomin
2013-05-03 11:17:34 +04:00
parent 1e5c57459b
commit ab12eaad21
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,8 @@ class EmoticonsPackPlugin(GajimPlugin):
@log_calls('EmoticonsPackPlugin')
def init(self):
self.description = _('Install emoticons')
self.description = _('Install, update and view a detailed legend '
'of emoticons')
self.config_dialog = None # EmoticonsPackPluginConfigDialog(self)
self.window = None
self.model = None

View File

@@ -2,7 +2,7 @@
name: Emoticons pack
short_name: emoticons_pack
version: 0.0.0
description: Install emoticons
description: Install, update and view a detailed legend of emoticons
authors: Denis Fomin <fominde@gmail.com>
homepage: http://trac-plugins.gajim.org/wiki/PluginInstallerPlugin
min_gajim_version: 0.15.10