Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2011-08-30 22:48:58 +0400
committerDenis Fomin <fominde@gmail.com>2011-08-30 22:48:58 +0400
commit8dbd80ab57e9ab3303b3de2e45e0c497fd971e60 (patch)
tree89627408264726af5af204ccdc718ffdfb0b2555
parent435156aba81a443f1764d038e00d41e7cff63cf1 (diff)
ClientsIcons.full translateble config
-rw-r--r--clients_icons/clients_icons.py2
1 files changed, 1 insertions, 1 deletions
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':