Typo in the 'About' box

This commit is contained in:
Anton Kasyanov
2019-07-12 11:11:49 +03:00
parent 6fda268678
commit 7bc0ffd076

View File

@@ -820,7 +820,7 @@ namespace EveOPreview.View
DocumentationLinkLabel.Padding = new System.Windows.Forms.Padding(12, 5, 12, 5); DocumentationLinkLabel.Padding = new System.Windows.Forms.Padding(12, 5, 12, 5);
DocumentationLinkLabel.Size = new System.Drawing.Size(336, 30); DocumentationLinkLabel.Size = new System.Drawing.Size(336, 30);
DocumentationLinkLabel.TabIndex = 6; DocumentationLinkLabel.TabIndex = 6;
DocumentationLinkLabel.Text = "For more information visit our forum thread:"; DocumentationLinkLabel.Text = "For more information visit the forum thread:";
// //
// DescriptionLabel // DescriptionLabel
// //