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

« back to all changes in this revision

Viewing changes to Dropbox/src/DropboxWebInterfaceAction.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.Linq;
25
25
using System.Collections.Generic;
26
26
 
27
 
using Mono.Unix;
 
27
using Mono.Addins;
28
28
 
29
29
using Do.Universe;
30
30
using Do.Platform;
36
36
        {
37
37
                
38
38
                public override string Name {
39
 
                        get { return Catalog.GetString ("Dropbox web interface");  }
 
39
                        get { return AddinManager.CurrentLocalizer.GetString ("Dropbox web interface");  }
40
40
                }
41
41
                
42
42
                public override string Description {
43
 
                        get { return Catalog.GetString ("View folder in Dropbox web interface."); }
 
43
                        get { return AddinManager.CurrentLocalizer.GetString ("View folder in Dropbox web interface."); }
44
44
                }
45
45
                
46
46
                public override string Icon {