diff --git a/Install.ps1 b/Install.ps1 index 0d076b4..625bb2c 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -153,7 +153,7 @@ Remove-Item -Recurse -LiteralPath $tempDirectory do { - $ch = Read-Host -Prompt "Want to turn off podcasts ? (Y/N)" + $ch = Read-Host -Prompt "Want to remove podcasts from the home page ? (Y/N)" Write-Host "" if (!($ch -eq 'n' -or $ch -eq 'y')) { diff --git a/Install_rus.ps1 b/Install_rus.ps1 index a794e22..b1782a9 100644 --- a/Install_rus.ps1 +++ b/Install_rus.ps1 @@ -153,7 +153,7 @@ Remove-Item -Recurse -LiteralPath $tempDirectory do { - $ch = Read-Host -Prompt "Хотите отключить подкасты ? (Y/N)" + $ch = Read-Host -Prompt "Хотите удалить подкасты с домашней страницы ? (Y/N)" Write-Host "" if (!($ch -eq 'n' -or $ch -eq 'y')) {