ClientsIconsPlugin. typo

This commit is contained in:
Denis Fomin
2012-11-15 12:37:30 +04:00
parent 5d2fef7e05
commit cfbe269157
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ class ClientsIconsPlugin(GajimPlugin):
def init(self): def init(self):
self.description = _('Shows the client icons in the roster' self.description = _('Shows the client icons in the roster'
' and in groupchats.\nFor icons in tooltip support, ' ' and in groupchats.\nFor icons in tooltip support, '
'you need to install Gajim r14117 and above.') 'you need to install Gajim r14117 or above.')
self.pos_list = [_('after statusicon'), _('before avatar')] self.pos_list = [_('after statusicon'), _('before avatar')]
self.events_handlers = {'presence-received': self.events_handlers = {'presence-received':
(ged.POSTGUI, self.presence_received), (ged.POSTGUI, self.presence_received),

View File

@@ -4,7 +4,7 @@ short_name: clients_icons
version: 3.0 version: 3.0
description: Shows the client icons in the roster description: Shows the client icons in the roster
and in groupchats. and in groupchats.
For icons in tooltip support, you need to install Gajim r14117 and above. For icons in tooltip support, you need to install Gajim r14117 or above.
authors = Denis Fomin <fominde@gmail.com> authors = Denis Fomin <fominde@gmail.com>
Artem Klyop <art.klyop@gmail.com> Artem Klyop <art.klyop@gmail.com>
homepage = http://trac-plugins.gajim.org/wiki/ClientsIconsPlugin homepage = http://trac-plugins.gajim.org/wiki/ClientsIconsPlugin