~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Del.icio.us/src/NewBookmarkAction.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:
23
23
using System.Threading;
24
24
using System.Text.RegularExpressions;
25
25
 
26
 
using Mono.Unix;
 
26
using Mono.Addins;
27
27
using Do.Universe;
28
28
 
29
29
 
55
55
                }
56
56
        
57
57
                public override string Name {
58
 
                        get { return Catalog.GetString ("New del.icio.us bookmark"); }
 
58
                        get { return AddinManager.CurrentLocalizer.GetString ("New del.icio.us bookmark"); }
59
59
                }
60
60
                
61
61
                public override string Description {
62
 
                        get { return Catalog.GetString ("Create a new bookmark at del.icio.us"); }
 
62
                        get { return AddinManager.CurrentLocalizer.GetString ("Create a new bookmark at del.icio.us"); }
63
63
                }
64
64
                
65
65
                public override string Icon {