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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-10-26 20:35:04 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-10-26 20:36:56 +0300
commitcc95a3667125e1aa62c08625c4aad0be1844ad67 (patch)
treee62a600a5e818b32a2c7bf9a82626c7366c6d08d /main/src/core/MonoDevelop.Ide/gtk-gui
parentc9884ff6b19436bb0106ed7f00d1759e3a427468 (diff)
Rename add-ins to extensions in UI
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs
index 1224f0049f..b7021a786d 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs
@@ -64,7 +64,7 @@ namespace MonoDevelop.Ide.Gui.Dialogs
this.label4.Name = "label4";
this.label4.Xalign = 0F;
this.label4.Yalign = 0F;
- this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("The following add-ins could not be started:");
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("The following extensions could not be started:");
this.vbox4.Add (this.label4);
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label4]));
w3.Position = 0;
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
index 8122ce6488..75094ef7b6 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
@@ -2807,7 +2807,7 @@ Diagnostic</property>
<property name="MemberName" />
<property name="Xalign">0</property>
<property name="Yalign">0</property>
- <property name="LabelProp" translatable="yes">The following add-ins could not be started:</property>
+ <property name="LabelProp" translatable="yes">The following extensions could not be started:</property>
</widget>
<packing>
<property name="Position">0</property>