Fixed a typo

This commit is contained in:
Alexander Cherniuk 2010-03-30 21:28:50 +03:00
parent 5c1a462e1c
commit 31ddc4ae66
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ class RosterTooltip(NotificationAreaTooltip):
if 'tune' in contact.pep:
tune = contact.pep['tune'].asMarkupText()
properties.append((_("Tune: %s")) % tune, None))
properties.append((_("Tune: %s") % tune, None))
if 'location' in contact.pep:
location = contact.pep['location'].asMarkupText()