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

« back to all changes in this revision

Viewing changes to Zim/src/ZimOpenPageAction.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.Diagnostics;
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;
36
36
        public class ZimOpenPageAction: Act {
37
37
        
38
38
                public override string Name {
39
 
                        get { return Catalog.GetString ("Open Zim page"); }
 
39
                        get { return AddinManager.CurrentLocalizer.GetString ("Open Zim page"); }
40
40
                }
41
41
                
42
42
                public override string Description {
43
 
                        get { return Catalog.GetString("Open selected page in Zim"); }
 
43
                        get { return AddinManager.CurrentLocalizer.GetString("Open selected page in Zim"); }
44
44
                }
45
45
                
46
46
                public override string Icon {