From 51695f87d154074cf448ec8038f60b9c7f2532fa Mon Sep 17 00:00:00 2001 From: amd64fox Date: Thu, 21 Jul 2022 10:40:06 +0300 Subject: [PATCH] typo --- .github/ISSUE_TEMPLATE/installer-translation.md | 2 +- Install.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/installer-translation.md b/.github/ISSUE_TEMPLATE/installer-translation.md index fe84afe..9a422b7 100644 --- a/.github/ISSUE_TEMPLATE/installer-translation.md +++ b/.github/ISSUE_TEMPLATE/installer-translation.md @@ -85,7 +85,7 @@ Good luck to you. NoSpotifyExe = "Could not find Spotify.exe" InstallComplete = "installation completed" HostInfo = "Unwanted URLs found in hosts file" - HostBak = "Backing up hosts.bak......" + HostBak = "Backing up hosts.bak..." HostDel = "Trying to remove unwanted URLs from the original hosts file..." HostError = "Something went wrong while editing the hosts file, edit it manually" ``` diff --git a/Install.ps1 b/Install.ps1 index 9cd25fd..db7653f 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -200,7 +200,7 @@ function Set-ScriptLanguageStrings { NoSpotifyExe = "Could not find Spotify.exe" InstallComplete = "installation completed" HostInfo = "Unwanted URLs found in hosts file" - HostBak = "Backing up hosts.bak......" + HostBak = "Backing up hosts.bak..." HostDel = "Trying to remove unwanted URLs from the original hosts file..." HostError = "Something went wrong while editing the hosts file, edit it manually" }