From d5a7479b2e58af3ee2ecb1031875cbcf95b83f8a Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 4 Dec 2020 19:21:00 -0500 Subject: [PATCH] Fix typo in DeleteMovieFolder label [skip ci] --- 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 7961eef65..3a603cea7 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -202,7 +202,7 @@ "DeleteIndexerMessageText": "Are you sure you want to delete the indexer '{0}'?", "DeleteList": "Delete List", "DeleteListMessageText": "Are you sure you want to delete the list '{0}'?", - "DeleteMovieFolderHelpText": "Delete the movie folder and it's contents", + "DeleteMovieFolderHelpText": "Delete the movie folder and its contents", "DeleteMovieFolderLabel": "Delete Movie Folder", "DeleteNotification": "Delete Notification", "DeleteNotificationMessageText": "Are you sure you want to delete the notification '{0}'?",