Make string better translatable.

This commit is contained in:
js 2008-08-12 14:33:13 +00:00
parent 1b160115ec
commit ad901d645f

View file

@ -631,7 +631,7 @@ class RosterTooltip(NotificationAreaTooltip):
else:
source = _('Unknown Source')
tune_string = _('Tune:') + ' ' + \
_('<b>"%(title)s"</b> by <i>%(artist)s</i>\n' +
_('<b>"%(title)s"</b> by <i>%(artist)s</i>\n'
'from <i>%(source)s</i>') % {'title': title,
'artist': artist, 'source': source}
properties.append((tune_string, None))