From 19e3573926b7b6ddbd0b81e2f3eafc0ce400d7d3 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 20 Aug 2023 13:27:24 -0500 Subject: [PATCH] fixup! Messaging Improvements --- .../HealthCheck/Checks/DownloadClientRootFolderCheck.cs | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/NzbDrone.Core/HealthCheck/Checks/DownloadClientRootFolderCheck.cs b/src/NzbDrone.Core/HealthCheck/Checks/DownloadClientRootFolderCheck.cs index 4e25fdc70..2883fe210 100644 --- a/src/NzbDrone.Core/HealthCheck/Checks/DownloadClientRootFolderCheck.cs +++ b/src/NzbDrone.Core/HealthCheck/Checks/DownloadClientRootFolderCheck.cs @@ -53,7 +53,7 @@ namespace NzbDrone.Core.HealthCheck.Checks { return new HealthCheck(GetType(), HealthCheckResult.Warning, - string.Format(_localizationService.GetLocalizedString("DownloadClientRootFolderHealthCheckMessage"), client.Definition.Name, folder.FullPath), + string.Format(_localizationService.GetLocalizedString("DownloadClientRootFolderHealthCheckMessage"), client.Definition.Name, folder.FullPath, "Sonarr"), "#downloads-in-root-folder"); } } diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 2dfc26fee..ba39438d0 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -324,7 +324,7 @@ "DownloadClientCheckNoneAvailableHealthCheckMessage": "No download client is available", "DownloadClientCheckUnableToCommunicateWithHealthCheckMessage": "Unable to communicate with {0}. Check your logs for details.", "DownloadClientOptionsLoadError": "Unable to load download client options", - "DownloadClientRootFolderHealthCheckMessage": "Download client {0} downloads completed downloads in to the root folder {1}. You should not download to the app's Library ('root') folder.", + "DownloadClientRootFolderHealthCheckMessage": "Download client {0} places completed downloads in to the root folder {1}. You should not download to {2}'s root folder.", "DownloadClientSettings": "Download Client Settings", "DownloadClientSortingHealthCheckMessage": "Download client {0} has {1} sorting enabled for Sonarr's category. You should disable sorting in your download client to avoid import issues.", "DownloadClientStatusAllClientHealthCheckMessage": "All download clients are unavailable due to failures. Check your logs for details.", @@ -369,7 +369,7 @@ "EditSeries": "Edit Series", "Enable": "Enable", "EnableAutomaticAdd": "Enable Automatic Add", - "EnableAutomaticAddHelpText": "Add series from this list to Sonarr when syncs are performed via the UI or as a scheduled app task", + "EnableAutomaticAddHelpText": "Add series from this list to Sonarr when syncs are performed via the UI or automatically via scheduled tasks", "EnableAutomaticSearch": "Enable Automatic Search", "EnableAutomaticSearchHelpText": "Will be used when automatic searches are performed via the UI or by Sonarr", "EnableAutomaticSearchHelpTextWarning": "Will be used when interactive search is used", @@ -630,7 +630,7 @@ "LibraryImport": "Library Import", "LibraryImportHeader": "Import series you already have", "LibraryImportTips": "Some tips to ensure the import goes smoothly:", - "LibraryImportTipsDontUseDownloadsFolder": "Do not use for importing downloads from your download client. This is only for importing existing organized libraries and not unsorted files.", + "LibraryImportTipsDontUseDownloadsFolder": "Do not use for importing downloads from your download client. This is only for importing existing organized libraries, not unsorted files.", "LibraryImportTipsQualityInFilename": "Make sure that your files include the quality in their filenames. eg. `episode.s02e15.bluray.mkv`", "LibraryImportTipsUseRootFolder": "Point Sonarr to the folder containing all of your tv shows, not a specific one. eg. \"`{goodFolderExample}`\" and not \"`{badFolderExample}`\". Additionally, each series must be in its own folder within the root/library folder.", "ListExclusionsLoadError": "Unable to load List Exclusions",