Changeset 9990 for trunk/src/tooltips.py

Show
Ignore:
Timestamp:
07/23/08 01:06:58 (4 months ago)
Author:
js
Message:

Show user tune in conversation window.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/tooltips.py

    r9989 r9990  
    613613                        else: 
    614614                                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, 
    618618                                'artist': artist, 'source': source} 
    619619                        properties.append((tune_string, None))