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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/roster_window.py')
-rw-r--r--src/roster_window.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/roster_window.py b/src/roster_window.py
index 69e35c250..7bc4c1cf1 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -1113,7 +1113,9 @@ class RosterWindow:
if c.show not in ('error', 'offline'):
nb_connected_contact += 1
if nb_connected_contact > 1:
- name += ' (' + unicode(nb_connected_contact) + ')'
+ # switch back to default writing direction
+ name += i18n.paragraph_direction_mark(unicode(name))
+ name += u' (%d)' % nb_connected_contact
# show (account_name) if there are 2 contact with same jid
# in merged mode