From e89c2ee9f781880d6b2c7af9b226e3d801c8540e Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 9 Dec 2021 20:56:36 -0600 Subject: [PATCH] Fixed: Better wording of MissingFromDisk [common] --- 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 c11622fa3..a8d05b268 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 it was removed", + "MissingFromDisk": "Radarr was unable to find the file on disk so the file was removed from the database", "MissingMonitoredAndConsideredAvailable": "Missing (Monitored)", "MissingNotMonitored": "Missing (Unmonitored)", "Mode": "Mode",