diff --git a/src/tooltips.py b/src/tooltips.py index f6c8b609d..44cc84114 100644 --- a/src/tooltips.py +++ b/src/tooltips.py @@ -621,7 +621,7 @@ class RosterTooltip(NotificationAreaTooltip): else: source = _('Unknown Source') tune_string = _('Tune:') + ' ' + \ - _('"%(title)s by %(artist)s\n' + + _('"%(title)s" by %(artist)s\n' + 'from %(source)s') % {'title': title, 'artist': artist, 'source': source} properties.append((tune_string, None))