From 5855773842a640cca19e77f42bd913b5469873ab Mon Sep 17 00:00:00 2001 From: hugepants Date: Tue, 7 Dec 2021 10:56:11 +0000 Subject: [PATCH] Fixed: Grammar in tooltip of download button When hovering over the tooltip of an unclicked download button (e.g. in interactive search), it hasn't yet been "added" yet so it should be "add". And once clicked, the tooltip should show "download queue" rather than "downloaded queue" as "downloaded" implies it has already been downloaded. --- 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 1724a95ea..c11622fa3 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -8,7 +8,7 @@ "AddDelayProfile": "Add Delay Profile", "AddDownloadClient": "Add Download Client", "Added": "Added", - "AddedToDownloadQueue": "Added to downloaded queue", + "AddedToDownloadQueue": "Added to download queue", "AddExclusion": "Add Exclusion", "AddImportExclusionHelpText": "Prevent movie from being added to Radarr by lists", "AddIndexer": "Add Indexer", @@ -27,7 +27,7 @@ "AddRemotePathMapping": "Add Remote Path Mapping", "AddRestriction": "Add Restriction", "AddRootFolder": "Add Root Folder", - "AddToDownloadQueue": "Added to download queue", + "AddToDownloadQueue": "Add to download queue", "AfterManualRefresh": "After Manual Refresh", "Age": "Age", "Agenda": "Agenda",