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

« back to all changes in this revision

Viewing changes to Microblogging/src/PostAction.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.Threading;
25
25
using System.Collections.Generic;
26
26
 
27
 
using Mono.Unix;
 
27
using Mono.Addins;
28
28
 
29
29
using Do.Platform;
30
30
using Do.Universe;
41
41
                }
42
42
                
43
43
                public override string Name {
44
 
                        get { return string.Format (Catalog.GetString ("Post to {0}"), Microblog.Preferences.MicroblogService); }
 
44
                        get { return string.Format (AddinManager.CurrentLocalizer.GetString ("Post to {0}"), Microblog.Preferences.MicroblogService); }
45
45
                }
46
46
                
47
47
                public override string Description {
48
 
                        get { return string.Format (Catalog.GetString ("Update {0} status"), Microblog.Preferences.MicroblogService); }
 
48
                        get { return string.Format (AddinManager.CurrentLocalizer.GetString ("Update {0} status"), Microblog.Preferences.MicroblogService); }
49
49
                }
50
50
                
51
51
                public override string Icon {