From ad901d645f01d90aaeeaed7d26760f0ba47d18e5 Mon Sep 17 00:00:00 2001 From: js Date: Tue, 12 Aug 2008 14:33:13 +0000 Subject: Make string better translatable. --- src/tooltips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tooltips.py b/src/tooltips.py index bbb953a13..29fa77195 100644 --- a/src/tooltips.py +++ b/src/tooltips.py @@ -631,7 +631,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)) -- cgit v1.2.3