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:
authorDenis Fomin <fominde@gmail.com>2013-05-03 11:17:34 +0400
committerDenis Fomin <fominde@gmail.com>2013-05-03 11:17:34 +0400
commit9de6fd06deee58a3f336fc9be45ac95e6cd4550f (patch)
tree8a7da12a08d1bc5baa1e5b5af4c45e2c69e51d11
parentcdcf2a16f44ca684ad1cf1027e63bb2885f3f119 (diff)
[Darlan]EmoticonsPackPlugin. plugin description
-rw-r--r--emoticons_pack/emoticons_pack.py3
-rw-r--r--emoticons_pack/manifest.ini2
2 files changed, 3 insertions, 2 deletions
diff --git a/emoticons_pack/emoticons_pack.py b/emoticons_pack/emoticons_pack.py
index cab5a2f..32db4da 100644
--- a/emoticons_pack/emoticons_pack.py
+++ b/emoticons_pack/emoticons_pack.py
@@ -34,7 +34,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
diff --git a/emoticons_pack/manifest.ini b/emoticons_pack/manifest.ini
index 7aaa2d1..90dbbbf 100644
--- a/emoticons_pack/manifest.ini
+++ b/emoticons_pack/manifest.ini
@@ -2,7 +2,7 @@
name: Emoticons pack
short_name: emoticons_pack
version: 0.0.1
-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.9