diff --git a/emoticons_pack/emoticons_pack.py b/emoticons_pack/emoticons_pack.py index 455b917..6687d0d 100644 --- a/emoticons_pack/emoticons_pack.py +++ b/emoticons_pack/emoticons_pack.py @@ -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 diff --git a/emoticons_pack/manifest.ini b/emoticons_pack/manifest.ini index f74e636..89a5980 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.0 -description: Install emoticons +description: Install, update and view a detailed legend of emoticons authors: Denis Fomin homepage: http://trac-plugins.gajim.org/wiki/PluginInstallerPlugin min_gajim_version: 0.15.10