~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Shelf/src/ShelfItemSource.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:
25
25
using System.Runtime.Serialization.Formatters.Binary;
26
26
using Do.Platform;
27
27
using Do.Universe;
28
 
using Mono.Unix;
 
28
using Mono.Addins;
29
29
 
30
30
namespace Shelf
31
31
{               
169
169
                }
170
170
                
171
171
                public override string Name {
172
 
                        get { return Catalog.GetString ("Shelves"); }
 
172
                        get { return AddinManager.CurrentLocalizer.GetString ("Shelves"); }
173
173
                }
174
174
 
175
175
                public override string Description {
176
 
                        get { return Catalog.GetString ("Your Shelves"); }
 
176
                        get { return AddinManager.CurrentLocalizer.GetString ("Your Shelves"); }
177
177
                }
178
178
 
179
179
                public override string Icon {