Fixes a typo

This commit is contained in:
Jordan Brown
2017-11-14 16:56:25 -05:00
committed by GitHub
parent 5e844316c4
commit 0bbcab055e
+1 -1
View File
@@ -288,7 +288,7 @@ namespace TGS.Installer.UI
return false;
}
var name = TextPrompt("Set Instance Directory", String.Format("Please enter the ServerDirectory entry from the original config here.{0}Use backslashes and uppercase letters. Leave this blank if the it is not present.", Environment.NewLine));
var name = TextPrompt("Set Instance Directory", String.Format("Please enter the ServerDirectory entry from the original config here.{0}Use backslashes and uppercase letters. Leave this blank if it is not present.", Environment.NewLine));
if (name == null)
{
controller.Start();