[longomatch] Add more i18n fixes
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Add more i18n fixes
- Date: Tue, 20 Oct 2009 14:02:53 +0000 (UTC)
commit 99bf8a3634fb71b0d07f1e044511fc0a12167228
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Oct 19 01:09:00 2009 +0200
Add more i18n fixes
LongoMatch/Gui/Component/ProjectListWidget.cs | 2 +-
.../gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs | 2 +-
.../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 2 --
LongoMatch/gtk-gui/gui.stetic | 2 --
4 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectListWidget.cs b/LongoMatch/Gui/Component/ProjectListWidget.cs
index 095925b..a141c15 100644
--- a/LongoMatch/Gui/Component/ProjectListWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectListWidget.cs
@@ -77,7 +77,7 @@ namespace LongoMatch.Gui.Component
ProjectDescription project = (ProjectDescription) model.GetValue (iter, 0);
string text;
- text = "<b>"+Catalog.GetString(Title)+":</b> " + project.Title;
+ text = "<b>"+Catalog.GetString("Title")+":</b> " + project.Title;
text = text +"\n"+"<b>"+Catalog.GetString("Local Team")+":</b> " + project.LocalName;
text = text +"\n"+"<b>"+Catalog.GetString("Visitor Team")+":</b> " + project.VisitorName;
text = text +"\n"+"<b>"+Catalog.GetString("Season")+":</b> " + project.Season;
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
index 2db3cd7..c8f35ab 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
@@ -140,7 +140,7 @@ namespace LongoMatch.Gui.Dialog {
this.button271.CanFocus = true;
this.button271.Name = "button271";
this.button271.UseUnderline = true;
- this.button271.Label = Mono.Unix.Catalog.GetString("button271");
+ this.button271.Label = "";
this.AddActionWidget(this.button271, 0);
Gtk.ButtonBox.ButtonBoxChild w25 = ((Gtk.ButtonBox.ButtonBoxChild)(w24[this.button271]));
w25.Expand = false;
diff --git a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
index 65aae0b..2d0c8dd 100644
--- a/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+++ b/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
@@ -52,7 +52,6 @@ namespace LongoMatch.Gui.Dialog {
this.entry1 = new Gtk.Entry();
this.entry1.CanFocus = true;
this.entry1.Name = "entry1";
- this.entry1.Text = Mono.Unix.Catalog.GetString("default");
this.entry1.IsEditable = true;
this.entry1.InvisibleChar = 'â??';
this.table1.Add(this.entry1);
@@ -89,7 +88,6 @@ namespace LongoMatch.Gui.Dialog {
// Container child table1.Gtk.Table+TableChild
this.playLabel = new Gtk.Label();
this.playLabel.Name = "playLabel";
- this.playLabel.LabelProp = Mono.Unix.Catalog.GetString("Default Play");
this.table1.Add(this.playLabel);
Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.playLabel]));
w6.LeftAttach = ((uint)(1));
diff --git a/LongoMatch/gtk-gui/gui.stetic b/LongoMatch/gtk-gui/gui.stetic
index 24bd0a2..71dda85 100644
--- a/LongoMatch/gtk-gui/gui.stetic
+++ b/LongoMatch/gtk-gui/gui.stetic
@@ -4083,7 +4083,6 @@ You can download it using this direct link:</property>
<property name="MemberName" />
<property name="CanFocus">True</property>
<property name="Label" translatable="yes" />
- <property name="Active">True</property>
<property name="DrawIndicator">False</property>
<property name="HasLabel">False</property>
<property name="UseUnderline">True</property>
@@ -4359,7 +4358,6 @@ You can download it using this direct link:</property>
<widget class="Gtk.RadioButton" id="bbutton">
<property name="MemberName" />
<property name="Label" translatable="yes" />
- <property name="Active">True</property>
<property name="DrawIndicator">False</property>
<property name="HasLabel">True</property>
<property name="UseUnderline">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]