~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Shelf/src/ShelfRemoveFromShelfAction.cs

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

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 ShelfRemoveFromShelfAction : Act
29
29
        {
30
30
                public override string Name {
31
 
                        get { return Catalog.GetString ("Remove From Shelf"); }
 
31
                        get { return AddinManager.CurrentLocalizer.GetString ("Remove From Shelf"); }
32
32
                }
33
33
                
34
34
                public override string Description {
35
 
                        get { return Catalog.GetString ("Remove Selected Item From Shelf"); }
 
35
                        get { return AddinManager.CurrentLocalizer.GetString ("Remove Selected Item From Shelf"); }
36
36
                }
37
37
 
38
38
                public override string Icon {