From 9bca2585418d696848f49afecaefee6ef82f696b Mon Sep 17 00:00:00 2001 From: PearsonFlyer Date: Sat, 22 Jan 2022 16:01:05 -0500 Subject: [PATCH] Fixed: Changed movie references to book --- src/NzbDrone.Core/Localization/Core/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index a8b3bde63..b39f6abfa 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -314,7 +314,7 @@ "ImportMechanismHealthCheckMessage": "Enable Completed Download Handling", "IncludeHealthWarningsHelpText": "Include Health Warnings", "IncludePreferredWhenRenaming": "Include Preferred when Renaming", - "IncludeUnknownAuthorItemsHelpText": "Show items without a author in the queue, this could include removed authors, movies or anything else in Readarr's category", + "IncludeUnknownAuthorItemsHelpText": "Show items without a author in the queue, this could include removed authors, books or anything else in Readarr's category", "IncludeUnmonitored": "Include Unmonitored", "Indexer": "Indexer", "IndexerIdHelpText": "Specify what indexer the profile applies to", @@ -570,7 +570,7 @@ "Reload": "Reload", "RemotePathMappingCheckBadDockerPath": "You are using docker; download client {0} places downloads in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.", "RemotePathMappingCheckDockerFolderMissing": "You are using docker; download client {0} places downloads in {1} but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.", - "RemotePathMappingCheckDownloadPermissions": "Readarr can see but not access downloaded movie {0}. Likely permissions error.", + "RemotePathMappingCheckDownloadPermissions": "Readarr can see but not access downloaded book {0}. Likely permissions error.", "RemotePathMappingCheckFileRemoved": "File {0} was removed part way through processing.", "RemotePathMappingCheckFilesBadDockerPath": "You are using docker; download client {0} reported files in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.", "RemotePathMappingCheckFilesGenericPermissions": "Download client {0} reported files in {1} but Readarr cannot see this directory. You may need to adjust the folder's permissions.", @@ -578,7 +578,7 @@ "RemotePathMappingCheckFilesWrongOSPath": "Remote download client {0} reported files in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.", "RemotePathMappingCheckFolderPermissions": "Readarr can see but not access download directory {0}. Likely permissions error.", "RemotePathMappingCheckGenericPermissions": "Download client {0} places downloads in {1} but Readarr cannot see this directory. You may need to adjust the folder's permissions.", - "RemotePathMappingCheckImportFailed": "Readarr failed to import a movie. Check your logs for details.", + "RemotePathMappingCheckImportFailed": "Readarr failed to import a book. Check your logs for details.", "RemotePathMappingCheckLocalFolderMissing": "Remote download client {0} places downloads in {1} but this directory does not appear to exist. Likely missing or incorrect remote path mapping.", "RemotePathMappingCheckLocalWrongOSPath": "Local download client {0} places downloads in {1} but this is not a valid {2} path. Review your download client settings.", "RemotePathMappingCheckRemoteDownloadClient": "Remote download client {0} reported files in {1} but this directory does not appear to exist. Likely missing remote path mapping.",