From 7490fc7040ec31c4e1c1b1325fab865db1506934 Mon Sep 17 00:00:00 2001 From: jmwallace <64553014+jmwallace106@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:41:33 +0100 Subject: [PATCH] Fix typo in "Import Extra Files" help text The typo can be found at Settings -> Media Management -> Importing -> Import Extra Files. --- 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 cbf7530f1..bc57e2a77 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -708,7 +708,7 @@ "ImportErrors": "Import Errors", "ImportExistingMovies": "Import Existing Movies", "ImportExtraFiles": "Import Extra Files", - "ImportExtraFilesMovieHelpText": "Import matching extra files (subtitles, nfo, etc) after importing an movie file", + "ImportExtraFilesMovieHelpText": "Import matching extra files (subtitles, nfo, etc) after importing a movie file", "ImportFailed": "Import failed: {sourceTitle}", "ImportHeader": "Import an existing organized library to add movies to {appName}", "ImportIncludeQuality": "Make sure that your files include the quality in their filenames. e.g. {0}",