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

« back to all changes in this revision

Viewing changes to Tomboy/src/NotesItemSource.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.Collections;
22
22
using System.Collections.Generic;
23
23
 
24
 
using Mono.Unix;
 
24
using Mono.Addins;
25
25
 
26
26
using Do.Universe;
27
27
 
53
53
                /// A <see cref="ICollection`1"/>
54
54
                /// </returns>
55
55
                public override string Name {
56
 
                        get { return Catalog.GetString ("Tomboy Notes"); }
 
56
                        get { return AddinManager.CurrentLocalizer.GetString ("Tomboy Notes"); }
57
57
                }
58
58
                
59
59
                public override string Description {
60
 
                        get { return Catalog.GetString ("Loads Tomboy notes for searching."); }
 
60
                        get { return AddinManager.CurrentLocalizer.GetString ("Loads Tomboy notes for searching."); }
61
61
                }
62
62
                
63
63
                public override string Icon {