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

« back to all changes in this revision

Viewing changes to Exaile/src/PlayAction.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:
23
23
using System.Diagnostics;
24
24
using System.Collections.Generic;
25
25
 
26
 
using Mono.Unix;
 
26
using Mono.Addins;
27
27
 
28
28
using Do.Universe;
29
29
 
39
39
                }
40
40
 
41
41
                public override string Name {
42
 
                        get { return Catalog.GetString ("Play"); }
 
42
                        get { return AddinManager.CurrentLocalizer.GetString ("Play"); }
43
43
                }
44
44
 
45
45
                public override string Description {
46
 
                        get { return Catalog.GetString ("Play music in Exaile."); }
 
46
                        get { return AddinManager.CurrentLocalizer.GetString ("Play music in Exaile."); }
47
47
                }
48
48
 
49
49
                public override string Icon {