From b3a056edf901e770df594bc813d2ccf9f8747e89 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 12 Sep 2022 11:25:05 -0500 Subject: [PATCH] Fixed: Improve Quality Profile in-use helptext --- 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 3f096ced0..8c287c617 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -737,7 +737,7 @@ "QualityOrLangCutoffHasNotBeenMet": "Quality or Language cutoff has not been met", "QualityProfile": "Quality Profile", "QualityProfileDeleteConfirm": "Are you sure you want to delete the quality profile {0}", - "QualityProfileInUse": "Can't delete a quality profile that is attached to a movie", + "QualityProfileInUse": "Can't delete a quality profile that is attached to a movie, list, or collection", "QualityProfiles": "Quality Profiles", "QualitySettings": "Quality Settings", "QualitySettingsSummary": "Quality sizes and naming",