From 0ab5daddce47e000d0d80fb4e3b8972bffc16edb Mon Sep 17 00:00:00 2001 From: amd64fox Date: Sun, 5 Dec 2021 12:52:33 +0300 Subject: [PATCH] Remove podcasts from the homepage only - Now podcasts are only removed from the home page --- Install.ps1 | 2 +- Install_rus.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')) {