diff --git a/emoticons_pack/emoticons_pack.py b/emoticons_pack/emoticons_pack.py index 6687d0d..9bbd56f 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 89a5980..60fb757 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 homepage: http://trac-plugins.gajim.org/wiki/PluginInstallerPlugin min_gajim_version: 0.15.10