standardize console message punctuation and capitalization (#4680)

This commit is contained in:
Paweł Gwozdowski
2026-06-22 14:17:23 -05:00
committed by GitHub
parent edca5207ec
commit aefbf1a847
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ function Invoke-WPFOOSU {
$ProgressPreference = 'Continue'
} catch {
Write-Error "Couldn't download O&O ShutUp10. Please make sure you have an active internet connection."
Write-Error "Couldn't download O&O ShutUp10. Please make sure you have an active Internet connection."
}
}