From ab8489ad6bf98e48da0a85380bc6f1ce83dbc12a Mon Sep 17 00:00:00 2001 From: PearsonFlyer Date: Tue, 18 Jul 2023 08:42:58 -0400 Subject: [PATCH] Added the ability to skip redownload when marking an item as failed in the activity queue --- src/NzbDrone.Core/Localization/Core/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index d933f7bab..9cc1c6083 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -147,6 +147,8 @@ "SizeOnDisk": "Size on disk", "SkipRedownloadHelpText": "Prevents Sonarr from trying to download an alternative release for this item", "SkipRedownload": "Skip Redownload", + "Special": "Special", + "System": "System", "SystemTimeHealthCheckMessage": "System time is off by more than 1 day. Scheduled tasks may not run correctly until the time is corrected", "Tags": "Tags", "UI Language": "UI Language",