diff --git a/Setup/Code.inc b/Setup/Code.inc index f24ec0806..517f5a506 100644 --- a/Setup/Code.inc +++ b/Setup/Code.inc @@ -226,9 +226,9 @@ function InitializeSetup: Boolean; begin InitializePaths; if not VSNET2013 then begin - MsgBox(ExpandConstant('Either Visual Studio {#VsVersionHuman} or Visual Studio {#VsVersionHuman} (integrated shell) is not installed! Please see CodePlex documentation for supported editions/versions of Visual Studio.'), MbError, MB_OK); + MsgBox(ExpandConstant('Either Visual Studio {#VsVersionHuman} or Visual Studio {#VsVersionHuman} (integrated shell) is not installed! Please see Cosmos documentation on GitHub for supported editions/versions of Visual Studio.'), MbError, MB_OK); Result := false; exit; end; Result := true; -end; \ No newline at end of file +end;