~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to VirtualBox/src/RestoreStateAction.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:
23
23
using System.Diagnostics;
24
24
using System.Collections.Generic;
25
25
using System.Threading;
26
 
using Mono.Unix;
 
26
using Mono.Addins;
27
27
 
28
28
using Do.Universe;
29
29
 
37
37
                }
38
38
 
39
39
                public override string Name {
40
 
                        get { return Catalog.GetString("Discard State"); }
 
40
                        get { return AddinManager.CurrentLocalizer.GetString("Discard State"); }
41
41
                }
42
42
 
43
43
                public override string Description {
44
 
                        get { return Catalog.GetString("Restore VM state to current Snapshot"); }
 
44
                        get { return AddinManager.CurrentLocalizer.GetString("Restore VM state to current Snapshot"); }
45
45
                }
46
46
 
47
47
                public override string Icon {