~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Exaile/src/MusicItems.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:
20
20
using System;
21
21
using System.Collections.Generic;
22
22
 
23
 
using Mono.Unix;
 
23
using Mono.Addins;
24
24
 
25
25
using Do.Universe;
26
26
 
74
74
                public override string Description
75
75
                {
76
76
                        get {
77
 
                                return string.Format (Catalog.GetString ("All music by") + " {0}", artist);
 
77
                                return string.Format (AddinManager.CurrentLocalizer.GetString ("All music by") + " {0}", artist);
78
78
                        }
79
79
                }
80
80
        }