From 8dbd80ab57e9ab3303b3de2e45e0c497fd971e60 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Tue, 30 Aug 2011 21:48:58 +0300 Subject: [PATCH] ClientsIcons.full translateble config --- clients_icons/clients_icons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 68f8eb3..3419c8d 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -132,7 +132,7 @@ class ClientsIconsPlugin(GajimPlugin): @log_calls('ClientsIconsPlugin') def init(self): - self.pos_list = ['after statusicon', 'before avatar'] + self.pos_list = [_('after statusicon'), _('before avatar')] self.events_handlers = {'presence-received': (ged.POSTGUI, self.presence_received), 'gc-presence-received':