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)))
         {