diff --git a/emoticons_pack/emoticons_pack.py b/emoticons_pack/emoticons_pack.py
index cab5a2fb43c85ffdf1fd384134d0c4ddfb2565c9..32db4daac72078b9da81b87053b208c15e1510d7 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 7aaa2d1d9e611e8a51b4d5b669281f776e7d70d0..90dbbbf28adfee09442e812458e9e8caafc8777e 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