~do-plugins/do-plugins/trunk

« back to all changes in this revision

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