From c2ce12cee2dfe80eb3b2b39f653f5afe915288a4 Mon Sep 17 00:00:00 2001 From: Denis Fomin <fominde@gmail.com> Date: Fri, 3 May 2013 12:07:33 +0400 Subject: [PATCH] [Darlan]EmoticonsPackPlugin. plugin description --- emoticons_pack/emoticons_pack.py | 2 +- emoticons_pack/manifest.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emoticons_pack/emoticons_pack.py b/emoticons_pack/emoticons_pack.py index 6687d0d6..9bbd56f9 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 89a59808..60fb757f 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 -- GitLab