From badb68b817bed60e26b169d6b072e44080c0395e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Sat, 6 Apr 2024 06:32:25 -0700 Subject: [PATCH] Improve text for file deleted through UI/API (#9882) --- 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 e4b09b1bd..73b2fbafc 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -342,7 +342,7 @@ "DeleteTheMovieFolder": "The movie folder '{path}' and all its content will be deleted.", "Deleted": "Deleted", "DeletedMsg": "Movie was deleted from TMDb", - "DeletedReasonManual": "File was deleted by via UI", + "DeletedReasonManual": "File was deleted using {appName}, either manually or by another tool through the API", "DeletedReasonMissingFromDisk": "{appName} was unable to find the file on disk so the file was unlinked from the movie in the database", "DeletedReasonUpgrade": "File was deleted to import an upgrade", "Destination": "Destination",