From 41dd678dfd0ba5b17fa029f0f0ccf607f2aa78ef Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 20 Dec 2021 14:42:56 -0600 Subject: [PATCH] Better wording of MissingFromDisk closes #6834 --- 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 a8d05b2687..cedcacf169 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -525,7 +525,7 @@ "MinutesNinety": "90 Minutes: {0}", "MinutesSixty": "60 Minutes: {0}", "Missing": "Missing", - "MissingFromDisk": "Radarr was unable to find the file on disk so the file was removed from the database", + "MissingFromDisk": "Radarr was unable to find the file on disk so the file was unlinked from the movie in the database", "MissingMonitoredAndConsideredAvailable": "Missing (Monitored)", "MissingNotMonitored": "Missing (Unmonitored)", "Mode": "Mode",