~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to PingFM/src/PingFMPost.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.Text;
22
22
using System.Linq;
23
23
using System.Collections.Generic;
24
 
using Mono.Unix;
 
24
using Mono.Addins;
25
25
using PingFM.API;
26
26
 
27
27
 
32
32
        public sealed class PingFMPost : Act
33
33
        {
34
34
                public override string Name {
35
 
                        get { return Catalog.GetString ("Post via Ping.FM"); }
 
35
                        get { return AddinManager.CurrentLocalizer.GetString ("Post via Ping.FM"); }
36
36
                }
37
37
                
38
38
                public override string Description {
39
 
                        get { return Catalog.GetString ("Post a text message as microblog or status update to your social network"); }
 
39
                        get { return AddinManager.CurrentLocalizer.GetString ("Post a text message as microblog or status update to your social network"); }
40
40
        }
41
41
                        
42
42
                public override  string Icon {