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

« back to all changes in this revision

Viewing changes to GNOME-Terminal/src/RunInTerminalAction.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:
24
24
using System.Collections.Generic;
25
25
using System.Diagnostics;
26
26
 
27
 
using Mono.Unix;
 
27
using Mono.Addins;
28
28
 
29
29
using Do.Universe;
30
30
using Do.Platform;
39
39
                }
40
40
 
41
41
                public override string Name {
42
 
                        get { return Catalog.GetString ("Run in Terminal"); }
 
42
                        get { return AddinManager.CurrentLocalizer.GetString ("Run in Terminal"); }
43
43
                }
44
44
 
45
45
                public override string Description {
46
 
                        get { return Catalog.GetString ("Runs a command in GNOME Terminal."); }
 
46
                        get { return AddinManager.CurrentLocalizer.GetString ("Runs a command in GNOME Terminal."); }
47
47
                }
48
48
 
49
49
                public override string Icon {