u'' -> ''

This commit is contained in:
Yann Leboulanger 2013-08-11 14:51:25 +02:00
parent 458cb97f8c
commit 4d902371f0
1 changed files with 2 additions and 2 deletions

View File

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