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

« back to all changes in this revision

Viewing changes to WindowManager/src/Screen/ScreenRestoreAction.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:
30
30
using Do.Interface.Wink;
31
31
 
32
32
using Wnck;
33
 
using Mono.Unix;
 
33
using Mono.Addins;
34
34
 
35
35
namespace WindowManager
36
36
{
38
38
        public class ScreenRestoreAction : ScreenActionAction
39
39
        {
40
40
                public override string Name {
41
 
                        get { return Catalog.GetString ("Restore Windows"); }
 
41
                        get { return AddinManager.CurrentLocalizer.GetString ("Restore Windows"); }
42
42
                }
43
43
                
44
44
                public override string Description {
45
 
                        get { return Catalog.GetString ("Restore Windows to their Previous Positions"); }
 
45
                        get { return AddinManager.CurrentLocalizer.GetString ("Restore Windows to their Previous Positions"); }
46
46
                }
47
47
 
48
48
                public override string Icon {