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:
authorIan Toal <iantoal@microsoft.com>2020-01-22 19:00:15 +0300
committerIan Toal <iantoal@microsoft.com>2020-01-23 20:02:25 +0300
commit12cb4a9b6d4917c12181fa0810729875db416b78 (patch)
tree1aa5d3680c627e397861c7891dc7ac6167f793df
parent0fabda6d4bc8b11e99397ee5e754f3286631272f (diff)
Fix up auth setting label
-rw-r--r--main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Gui/GtkDotNetCoreProjectTemplateWizardPageWidget.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Gui/GtkDotNetCoreProjectTemplateWizardPageWidget.cs b/main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Gui/GtkDotNetCoreProjectTemplateWizardPageWidget.cs
index fc20505330..932a1e852a 100644
--- a/main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Gui/GtkDotNetCoreProjectTemplateWizardPageWidget.cs
+++ b/main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Gui/GtkDotNetCoreProjectTemplateWizardPageWidget.cs
@@ -276,7 +276,7 @@ namespace MonoDevelop.DotNetCore.Gui
authenticationInformationLabel.Name = "authenticationInformationLabel";
authenticationInformationLabel.Xpad = 5;
authenticationInformationLabel.Xalign = 0F;
- authenticationInformationLabel.LabelProp = GettextCatalog.GetString ("TODO: Make this dynamic.");
+ authenticationInformationLabel.LabelProp = GettextCatalog.GetString ("Select authentication options for your project.");
authenticationInformationLabel.Justify = (Justification)1;
configurationTable.Add (authenticationInformationLabel);