Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-07-25 20:51:26 +0400
committerjs <js-gajim@webkeks.org>2008-07-25 20:51:26 +0400
commit67fb7e211c8e85931cb447775391fbe258619806 (patch)
tree6049acd67c3da90a7eaacfdba9718afcf86bce7b
parent486caffc003745c717d9acf6307c8bfa1fab9a8c (diff)
If I add that missing quote, I should add it at the right place...
-rw-r--r--src/tooltips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tooltips.py b/src/tooltips.py
index 44cc84114..1456ceaeb 100644
--- a/src/tooltips.py
+++ b/src/tooltips.py
@@ -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))