Changeset 7682 for trunk/src

Show
Ignore:
Timestamp:
12/18/06 10:32:23 (2 years ago)
Author:
asterix
Message:

translate correctly song status. ♪ was badly understood by msgfmt, so moved out from translated string.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r7668 r7682  
    28972897                        status_message = '' 
    28982898                else: 
    2899                         status_message = _('♪ "%(title)s" by %(artist)s ♪') % \ 
     2899                        status_message = '♪ ' + _('"%(title)s" by %(artist)s') % \ 
    29002900                                {'title': music_track_info.title, 
    2901                                         'artist': music_track_info.artist } 
     2901                                        'artist': music_track_info.artist } + ' ♪' 
    29022902                for account in accounts: 
    29032903                        if not gajim.config.get_per('accounts', account,