u'' -> ''

This commit is contained in:
Yann Leboulanger 2013-08-11 14:51:25 +02:00
parent 458cb97f8c
commit 4d902371f0

View file

@ -374,7 +374,7 @@ class GCTooltip(BaseTooltip):
properties.append((show, None)) properties.append((show, None))
if contact.jid.strip(): if contact.jid.strip():
properties.append((_('Jabber ID: '), u'\u200E' + "<b>%s</b>" % \ properties.append((_('Jabber ID: '), '\u200E' + "<b>%s</b>" % \
contact.jid)) contact.jid))
if hasattr(contact, 'resource') and contact.resource.strip(): if hasattr(contact, 'resource') and contact.resource.strip():
@ -592,7 +592,7 @@ class RosterTooltip(NotificationAreaTooltip):
self._append_pep_info(contact, properties) self._append_pep_info(contact, properties)
properties.append((_('Jabber ID: '), u'\u200E' + "<b>%s</b>" % \ properties.append((_('Jabber ID: '), '\u200E' + "<b>%s</b>" % \
prim_contact.jid)) prim_contact.jid))
# contact has only one ressource # contact has only one ressource