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

« back to all changes in this revision

Viewing changes to Archive/src/CreateArchiveAction.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:
24
24
using System.Diagnostics;
25
25
using System.Linq;
26
26
 
27
 
using Mono.Unix;
 
27
using Mono.Addins;
28
28
using Do.Universe;
29
29
 
30
30
namespace Archive {
38
38
                }
39
39
                
40
40
                public override string Name {
41
 
                        get { return Catalog.GetString ("Create archive"); }
 
41
                        get { return AddinManager.CurrentLocalizer.GetString ("Create archive"); }
42
42
                }
43
43
                
44
44
                public override string Description {
45
 
                        get { return Catalog.GetString ("Create an archive with the selected item"); }
 
45
                        get { return AddinManager.CurrentLocalizer.GetString ("Create an archive with the selected item"); }
46
46
                }
47
47
        
48
48
                public override string Icon {