From faeda5a46570c37c898fc2e78e8d83efea1025f3 Mon Sep 17 00:00:00 2001 From: politas Date: Sun, 13 Mar 2016 16:24:19 +1100 Subject: [PATCH] Change Mod Info window label for repository We have sources other than github, and the field definition is not GitHub specific --- GUI/Main.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/Main.Designer.cs b/GUI/Main.Designer.cs index fcf4e78dfd..fad7a52194 100644 --- a/GUI/Main.Designer.cs +++ b/GUI/Main.Designer.cs @@ -700,7 +700,7 @@ private void InitializeComponent() this.GitHubLabel.Name = "GitHubLabel"; this.GitHubLabel.Size = new System.Drawing.Size(83, 30); this.GitHubLabel.TabIndex = 10; - this.GitHubLabel.Text = "GitHub:"; + this.GitHubLabel.Text = "Source Code:"; // // HomePageLabel //