From f8cb8c6bd8f35257cbd83f2422690fd37c24199e Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 23 May 2023 16:30:15 +0300 Subject: [PATCH] Sort translations --- src/NzbDrone.Core/Localization/Core/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index f3e55dda8..427a9d40f 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -54,8 +54,6 @@ "ApplicationURL": "Application URL", "ApplicationUrlHelpText": "This application's external URL including http(s)://, port and URL base", "Apply": "Apply", - "OnManualInteractionRequired": "On Manual Interaction Required", - "OnManualInteractionRequiredHelpText": "On Manual Interaction Required", "ApplyTags": "Apply Tags", "ApplyTagsHelpTexts1": "How to apply tags to the selected movies", "ApplyTagsHelpTexts2": "Add: Add the tags to the existing list of tags", @@ -659,6 +657,8 @@ "OnHealthRestoredHelpText": "On Health Restored", "OnImport": "On Import", "OnLatestVersion": "The latest version of Radarr is already installed", + "OnManualInteractionRequired": "On Manual Interaction Required", + "OnManualInteractionRequiredHelpText": "On Manual Interaction Required", "OnMovieAdded": "On Movie Added", "OnMovieAddedHelpText": "On Movie Added", "OnMovieDelete": "On Movie Delete",