Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-01-21 09:42:27 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-01-21 09:42:27 +0300
commit6427edd18dcfbe7d1f3e198c6381508891971d06 (patch)
tree65a9e5c1b60a8d2a50028de41b339d39c6e3dbfa /main/src/core/MonoDevelop.Ide/gtk-gui
parent625e1fb7a1c9251846b03e5a70dfd27862a57324 (diff)
* gtk-gui/gui.stetic:
* gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: Fix typo in UI string. svn path=/trunk/monodevelop/; revision=149960
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic4
2 files changed, 3 insertions, 3 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs
index 057ebd19b8..20beb53d54 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs
@@ -87,7 +87,7 @@ namespace MonoDevelop.Ide.Gui.OptionPanels
this.label2 = new global::Gtk.Label ();
this.label2.Name = "label2";
this.label2.Xalign = 0f;
- this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("User Interface Labguage:");
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("User Interface Language:");
this.table1.Add (this.label2);
global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
w4.XOptions = ((global::Gtk.AttachOptions)(4));
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
index 6246651dfb..83a147e92f 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
@@ -4397,7 +4397,7 @@ Months</property>
<widget class="Gtk.Label" id="label2">
<property name="MemberName" />
<property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">User Interface Labguage:</property>
+ <property name="LabelProp" translatable="yes">User Interface Language:</property>
</widget>
<packing>
<property name="AutoSize">True</property>
@@ -8325,4 +8325,4 @@ All solutions</property>
</widget>
</child>
</widget>
-</stetic-interface> \ No newline at end of file
+</stetic-interface>