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