Changeset 9990 for trunk/src/tooltips.py
- Timestamp:
- 07/23/08 01:06:58 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/tooltips.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tooltips.py
r9989 r9990 613 613 else: 614 614 source = _('Unknown Source') 615 tune_string = _('Tune:') + ' ' + _('<b>"%(title)s"' +616 '</b> by <i>%(artist)s</i>\nfrom' +617 ' <i>%(source)s</i>') % {'title': title,615 tune_string = _('Tune:') + ' ' + \ 616 _('<b>"%(title)s</b> by <i>%(artist)s</i>\n' + 617 'from <i>%(source)s</i>') % {'title': title, 618 618 'artist': artist, 'source': source} 619 619 properties.append((tune_string, None))
