From 4031d0b0f1ee3ce7b59df7bfa5732f842743e2a6 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 29 Jul 2023 11:07:52 +0200 Subject: [PATCH] Fix grammatical error --- scripts/Windows/OS/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/OS/Manage.ps1 b/scripts/Windows/OS/Manage.ps1 index 305657a2..408bb9f5 100644 --- a/scripts/Windows/OS/Manage.ps1 +++ b/scripts/Windows/OS/Manage.ps1 @@ -19,7 +19,7 @@ function Restore-WindowsInstallation([Context] $context) { function Read-Path() { - $backupPath = Read-Host -Prompt "Please enter the path to the archive load the backup from."; + $backupPath = Read-Host -Prompt "Please enter the path to the archive to load the backup from."; if ($backupPath -and (-not (Test-Path -PathType Leaf $backupPath))) {