~do-core/do/fix-the-shitstorm

« back to all changes in this revision

Viewing changes to Banshee/src/MediaItems.cs

  • Committer: Christopher James Halse Rogers
  • Date: 2009-06-22 04:05:16 UTC
  • Revision ID: raof@ubuntu.com-20090622040516-d7fi9w4m3n580i8w
Fix translations for plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
using System;
22
22
using Do.Universe;
23
23
 
24
 
using Mono.Unix;
 
24
using Mono.Addins;
25
25
 
26
26
namespace Banshee
27
27
{
188
188
                
189
189
                public override string Description {
190
190
                        get { return string.Format ("{0} {1} {2}", 
191
 
                                Catalog.GetString ("All Music by"), artist, Year); }
 
191
                                AddinManager.CurrentLocalizer.GetString ("All Music by"), artist, Year); }
192
192
                }
193
193
                
194
194
                public override string Icon {