File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vscode-dotnet-runtime-library/src/Acquisition Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ This report should be made at https://github.com/dotnet/vscode-dotnet-runtime/is
113113 case '255' :
114114 return `The .NET Installer was terminated by another process unexpectedly. Please try again.` ;
115115 case '1260' :
116- return `The .NET SDK Install is blocked by group policy. Please contact your IT Admin to install .NET .`
116+ return `The .NET SDK Install is blocked by group policy. For more information, contact your system administrator .`
117117 case '1460' :
118118 return `The .NET SDK had a timeout error. ${ reportLogMessage } ` ;
119119 case '1603' :
120120 return `Fatal error during .NET SDK installation. ${ reportLogMessage } ` ;
121121 case '1618' :
122- return `Another installation of .NET is already in progress. Complete that installation before proceeding with this install.` ;
122+ return `Another installation is already in progress. Complete that installation before proceeding with this install.` ;
123123 case '000751' :
124124 return `.NET Installer Failed: A page fault was satisfied by reading from a secondary storage device. ${ reportLogMessage } ` ;
125125 case '2147500037' :
You can’t perform that action at this time.
0 commit comments