diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index d630582..cead9c3 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -163,7 +163,7 @@ class ClientsIconsPlugin(GajimPlugin): def init(self): self.description = _('Shows the client icons in the roster' ' 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.events_handlers = {'presence-received': (ged.POSTGUI, self.presence_received), diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini index 50e14cc..11fec7e 100644 --- a/clients_icons/manifest.ini +++ b/clients_icons/manifest.ini @@ -4,7 +4,7 @@ short_name: clients_icons version: 3.0 description: Shows the client icons in the roster 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 Artem Klyop homepage = http://trac-plugins.gajim.org/wiki/ClientsIconsPlugin