~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Alias/src/AliasAction.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:
21
21
using System;
22
22
using System.Linq;
23
23
using System.Collections.Generic;
24
 
using Mono.Unix;
 
24
using Mono.Addins;
25
25
 
26
26
using Do.Universe;
27
27
using Do.Platform;
33
33
        {
34
34
                
35
35
                public override string Name {
36
 
                        get { return Catalog.GetString ("Assign Alias...");  }
 
36
                        get { return AddinManager.CurrentLocalizer.GetString ("Assign Alias...");  }
37
37
                }
38
38
 
39
39
                public override string Description {
40
 
                        get { return Catalog.GetString ("Give an item an alternate name."); }
 
40
                        get { return AddinManager.CurrentLocalizer.GetString ("Give an item an alternate name."); }
41
41
                }
42
42
 
43
43
                public override string Icon {