Browse Source

fix inverted language in line 1290

pull/59/head
lasmaty07 5 years ago
committed by GitHub
parent
commit
c5574edbc5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Win 10 2004.ps1

6
Win 10 2004.ps1

@ -1289,11 +1289,11 @@ else
{
if ($RU)
{
Write-Verbose -Message "No capabilities to display" -Verbose
Write-Verbose -Message "Отсутствуют дополнительные компоненты для отображения" -Verbose
}
else
{
Write-Verbose -Message "Отсутствуют дополнительные компоненты для отображения" -Verbose
Write-Verbose -Message "No capabilities to display" -Verbose
}
}
@ -3485,4 +3485,4 @@ if ($Error)
}
}
} | Sort-Object -Property Line | Format-Table -AutoSize -Wrap | Out-String).Trim()
}
}

Loading…
Cancel
Save