~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Pidgin/src/PidginChatAction.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:
22
22
using System.Threading;
23
23
using System.Collections.Generic;
24
24
 
25
 
using Mono.Unix;
 
25
using Mono.Addins;
26
26
 
27
27
using Do.Platform;
28
28
using Do.Universe;
38
38
                }
39
39
                
40
40
                public override string Name {
41
 
                        get { return Catalog.GetString ("Chat"); }
 
41
                        get { return AddinManager.CurrentLocalizer.GetString ("Chat"); }
42
42
                }
43
43
                
44
44
                public override string Description {
45
 
                        get { return Catalog.GetString ("Send an instant message to a friend."); }
 
45
                        get { return AddinManager.CurrentLocalizer.GetString ("Send an instant message to a friend."); }
46
46
                }
47
47
                
48
48
                public override string Icon {