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

« back to all changes in this revision

Viewing changes to Shelf/src/ShelfDeleteShelfAction.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:
19
19
 
20
20
using System;
21
21
using System.Collections.Generic;
22
 
using Mono.Unix;
 
22
using Mono.Addins;
23
23
using System.Linq;
24
24
using Do.Universe;
25
25
 
33
33
                }
34
34
                
35
35
                public override string Name {
36
 
                        get { return Catalog.GetString ("Remove a shelf"); }
 
36
                        get { return AddinManager.CurrentLocalizer.GetString ("Remove a shelf"); }
37
37
                }
38
38
                
39
39
                public override string Description {
40
 
                        get { return Catalog.GetString ("Removes a shelf from your shelves"); }
 
40
                        get { return AddinManager.CurrentLocalizer.GetString ("Removes a shelf from your shelves"); }
41
41
                }
42
42
 
43
43
                public override string Icon {