diff --git a/emoticons_pack/emoticons_pack.py b/emoticons_pack/emoticons_pack.py index 6687d0d6641cdb52ac6958de7660b64c8c2234bc..9bbd56f9fd44aa84d2dba858c50949266eeeea18 100644 --- a/emoticons_pack/emoticons_pack.py +++ b/emoticons_pack/emoticons_pack.py @@ -35,7 +35,7 @@ class EmoticonsPackPlugin(GajimPlugin): @log_calls('EmoticonsPackPlugin') def init(self): - self.description = _('Install, update and view a detailed legend ' + self.description = _('Install, update and view detailed legend ' 'of emoticons') self.config_dialog = None # EmoticonsPackPluginConfigDialog(self) self.window = None diff --git a/emoticons_pack/manifest.ini b/emoticons_pack/manifest.ini index 89a59808a1a324543ce3a6b207e397b514ee41fc..60fb757fb0021160236454e53dadd42555df6922 100644 --- a/emoticons_pack/manifest.ini +++ b/emoticons_pack/manifest.ini @@ -1,8 +1,8 @@ [info] name: Emoticons pack short_name: emoticons_pack -version: 0.0.0 -description: Install, update and view a detailed legend of emoticons +version: 0.0.1 +description: Install, update and view detailed legend of emoticons authors: Denis Fomin <fominde@gmail.com> homepage: http://trac-plugins.gajim.org/wiki/PluginInstallerPlugin min_gajim_version: 0.15.10