From 76d65bf990713b532e23b0f1663716d1cc128105 Mon Sep 17 00:00:00 2001 From: PearsonFlyer Date: Sat, 15 Jan 2022 08:25:31 -0500 Subject: [PATCH] Fixed: Translation warning for search all --- 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 9ff22d4b2..c2211ad79 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -973,7 +973,7 @@ "TestAllIndexers": "Test All Indexers", "TestAllLists": "Test All Lists", "TheLogLevelDefault": "The log level defaults to 'Info' and can be changed in", - "ThisCannotBeCancelled": "This cannot be cancelled once started without restarting Radarr.", + "ThisCannotBeCancelled": "This cannot be cancelled once started without disabling all of your indexers.", "ThisConditionMatchesUsingRegularExpressions": "This condition matches using Regular Expressions. Note that the characters {0} have special meanings and need escaping with a {1}", "Time": "Time", "TimeFormat": "Time Format",