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:
authorGreg Munn <gregm@microsoft.com>2019-04-29 20:38:35 +0300
committerGreg Munn <gregm@microsoft.com>2019-04-29 20:38:35 +0300
commit40523dda81e7493127d99552586266fd2a349a45 (patch)
treecf42c03ba20377ae1c374971e36f96f156a427ff /main/src/addins/ChangeLogAddIn
parentf936b5c77de9600fca108bcdae420fa464df414d (diff)
[VersionControl] Fix grammar
Fixes VSTS 857555
Diffstat (limited to 'main/src/addins/ChangeLogAddIn')
-rw-r--r--main/src/addins/ChangeLogAddIn/Gui/MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/ChangeLogAddIn/Gui/MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget.cs b/main/src/addins/ChangeLogAddIn/Gui/MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget.cs
index df261c4c99..70e36654d4 100644
--- a/main/src/addins/ChangeLogAddIn/Gui/MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget.cs
+++ b/main/src/addins/ChangeLogAddIn/Gui/MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget.cs
@@ -93,7 +93,7 @@ namespace MonoDevelop.ChangeLogAddIn
this.label6 = new global::Gtk.Label ();
this.label6.WidthRequest = 500;
this.label6.Name = "label6";
- this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Single project ChangeLog</b>\nAll changes done in the project files will be logged in a single ChangeLog file, located at the project root directory. The ChangeLog file will be created if it doesn't exist.");
+ this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Single project ChangeLog</b>\nAll changes made in the project files will be logged in a single ChangeLog file, located at the project root directory. The ChangeLog file will be created if it doesn't exist.");
this.label6.UseMarkup = true;
this.label6.Wrap = true;
this.oneChangeLogInProjectRootDirectoryRadioButton.Add (this.label6);