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

« back to all changes in this revision

Viewing changes to WindowManager/src/Screen/ScreenSwapAction.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 Do.Interface.Wink;
26
26
 
27
27
using Wnck;
28
 
using Mono.Unix;
 
28
using Mono.Addins;
29
29
 
30
30
namespace WindowManager
31
31
{
35
35
        {
36
36
                
37
37
                public override string Name {
38
 
                        get { return Catalog.GetString ("Swap With..."); }
 
38
                        get { return AddinManager.CurrentLocalizer.GetString ("Swap With..."); }
39
39
                }
40
40
                
41
41
                public override string Description {
42
 
                        get { return Catalog.GetString ("Swap all windows on desktops"); }
 
42
                        get { return AddinManager.CurrentLocalizer.GetString ("Swap all windows on desktops"); }
43
43
                }
44
44
 
45
45
                public override string Icon {