From 4066aa1472c2a13571e05b1c613a741dcf510adc Mon Sep 17 00:00:00 2001 From: rg9400 <39887349+rg9400@users.noreply.github.com> Date: Sun, 26 Apr 2020 14:54:18 -0500 Subject: [PATCH] Fixed: Indicate unchecking Replace Illegal Characters will remove them Closes #251 --- src/NzbDrone.Core/Localization/Core/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index e87df37a5..18c554079 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -495,7 +495,7 @@ "RenameBooksHelpText": "Readarr will use the existing file name if renaming is disabled", "Reorder": "Reorder", "ReplaceIllegalCharacters": "Replace Illegal Characters", - "ReplaceIllegalCharactersHelpText": "Replace or Remove illegal characters", + "ReplaceIllegalCharactersHelpText": "Replace illegal characters. If unchecked, Readarr will remove them instead", "RequiredHelpText": "The release must contain at least one of these terms (case insensitive)", "RequiredPlaceHolder": "Add new restriction", "RescanAfterRefreshHelpText": "Rescan the author folder after refreshing the author",