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

« back to all changes in this revision

Viewing changes to GNOME-Terminal/src/ProfileItemSource.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:
23
23
using System.Collections.Generic;
24
24
using System.Text.RegularExpressions;
25
25
 
26
 
using Mono.Unix;
 
26
using Mono.Addins;
27
27
 
28
28
using Do.Universe;
29
29
 
46
46
                }
47
47
 
48
48
                public override string Name {
49
 
                        get { return Catalog.GetString ("GNOME Terminal Profiles"); }
 
49
                        get { return AddinManager.CurrentLocalizer.GetString ("GNOME Terminal Profiles"); }
50
50
                }
51
51
 
52
52
                public override string Description {
53
 
                        get { return Catalog.GetString ("Indexes your GNOME Terminal profiles."); } 
 
53
                        get { return AddinManager.CurrentLocalizer.GetString ("Indexes your GNOME Terminal profiles."); } 
54
54
                }
55
55
 
56
56
                public override string Icon {