From 486caffc003745c717d9acf6307c8bfa1fab9a8c Mon Sep 17 00:00:00 2001 From: js Date: Fri, 25 Jul 2008 16:44:20 +0000 Subject: [PATCH] Oops, killed that quote by mistake. --- src/tooltips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))