Skip to content
Snippets Groups Projects
Commit 67fb7e21 authored by js's avatar js
Browse files

If I add that missing quote, I should add it at the right place...

parent 486caffc
No related branches found
No related tags found
No related merge requests found
......@@ -621,7 +621,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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment