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

« back to all changes in this revision

Viewing changes to Shelf/src/ShelfExploreAction.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:
20
20
using System;
21
21
using System.Collections.Generic;
22
22
using System.Linq;
23
 
using Mono.Unix;
 
23
using Mono.Addins;
24
24
using Do.Universe;
25
25
 
26
26
namespace Shelf
28
28
        public class ShelfExploreAction : Act
29
29
        {
30
30
                public override string Name {
31
 
                        get { return Catalog.GetString ("Explore Shelf"); }
 
31
                        get { return AddinManager.CurrentLocalizer.GetString ("Explore Shelf"); }
32
32
                }
33
33
 
34
34
                public override string Description {
35
 
                        get { return Catalog.GetString ("Get a list of everything in your shelf"); }
 
35
                        get { return AddinManager.CurrentLocalizer.GetString ("Get a list of everything in your shelf"); }
36
36
                }
37
37
 
38
38
                public override string Icon {