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

« back to all changes in this revision

Viewing changes to Microblogging/gtk-gui/Microblogging.GenConfig.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:
53
53
            this.show_updates_chk = new Gtk.CheckButton();
54
54
            this.show_updates_chk.CanFocus = true;
55
55
            this.show_updates_chk.Name = "show_updates_chk";
56
 
            this.show_updates_chk.Label = Mono.Unix.Catalog.GetString("Show friend status updates");
 
56
            this.show_updates_chk.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Show friend status updates");
57
57
            this.show_updates_chk.Active = true;
58
58
            this.show_updates_chk.DrawIndicator = true;
59
59
            this.show_updates_chk.UseUnderline = true;
67
67
            this.show_dms_chk = new Gtk.CheckButton();
68
68
            this.show_dms_chk.CanFocus = true;
69
69
            this.show_dms_chk.Name = "show_dms_chk";
70
 
            this.show_dms_chk.Label = Mono.Unix.Catalog.GetString("Show direct messages");
 
70
            this.show_dms_chk.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Show direct messages");
71
71
            this.show_dms_chk.Active = true;
72
72
            this.show_dms_chk.DrawIndicator = true;
73
73
            this.show_dms_chk.UseUnderline = true;
80
80
            this.frame1.Add(this.GtkAlignment);
81
81
            this.GtkLabel1 = new Gtk.Label();
82
82
            this.GtkLabel1.Name = "GtkLabel1";
83
 
            this.GtkLabel1.LabelProp = Mono.Unix.Catalog.GetString("<b>General</b>");
 
83
            this.GtkLabel1.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>General</b>");
84
84
            this.GtkLabel1.UseMarkup = true;
85
85
            this.frame1.LabelWidget = this.GtkLabel1;
86
86
            this.vbox1.Add(this.frame1);