~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Cl.ickable/src/ClipAction.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.Linq;
22
22
using System.Collections.Generic;
23
23
 
24
 
using Mono.Unix;
 
24
using Mono.Addins;
25
25
 
26
26
using Do.Platform;
27
27
using Do.Universe;
35
35
                const string ClipPostURL = "http://cl.ickable.com/cgi-bin/SaveClip.cgi";
36
36
                
37
37
            public override string Name {
38
 
                        get { return Catalog.GetString ("Clip"); }
 
38
                        get { return AddinManager.CurrentLocalizer.GetString ("Clip"); }
39
39
                }
40
40
                
41
41
                public override string Description {
42
 
                        get { return Catalog.GetString ("Create a clip with Cl.ickable"); }
 
42
                        get { return AddinManager.CurrentLocalizer.GetString ("Create a clip with Cl.ickable"); }
43
43
                }
44
44
                
45
45
                public override string Icon {