Skip to content
Snippets Groups Projects
Commit 9de6fd06 authored by Dicson's avatar Dicson
Browse files

[Darlan]EmoticonsPackPlugin. plugin description

parent cdcf2a16
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,8 @@ class EmoticonsPackPlugin(GajimPlugin): ...@@ -34,7 +34,8 @@ class EmoticonsPackPlugin(GajimPlugin):
@log_calls('EmoticonsPackPlugin') @log_calls('EmoticonsPackPlugin')
def init(self): 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.config_dialog = None # EmoticonsPackPluginConfigDialog(self)
self.window = None self.window = None
self.model = None self.model = None
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
name: Emoticons pack name: Emoticons pack
short_name: emoticons_pack short_name: emoticons_pack
version: 0.0.1 version: 0.0.1
description: Install emoticons description: Install, update and view a detailed legend of emoticons
authors: Denis Fomin <fominde@gmail.com> authors: Denis Fomin <fominde@gmail.com>
homepage: http://trac-plugins.gajim.org/wiki/PluginInstallerPlugin homepage: http://trac-plugins.gajim.org/wiki/PluginInstallerPlugin
min_gajim_version: 0.15.9 min_gajim_version: 0.15.9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment