mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
fix typos
This commit is contained in:
parent
d44a77be84
commit
705a11ebe4
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ If (((Test-Path -Path "MakePri.ps1") -And (Test-Path -Path "makepri.exe")) -Eq $
|
|||
$null = $ProcMakePri.Handle
|
||||
$ProcMakePri.WaitForExit()
|
||||
If ($ProcMakePri.ExitCode -Ne 0) {
|
||||
Write-Warning "Failed to merge resources, WSA Seetings will always be in English`r`nPress any key to continue"
|
||||
Write-Warning "Failed to merge resources, WSA Settings will always be in English`r`nPress any key to continue"
|
||||
$null = $Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown')
|
||||
}
|
||||
$Host.UI.RawUI.WindowTitle = "Installing MagiskOnWSA...."
|
||||
|
|
Loading…
Add table
Reference in a new issue