From 8dbc522774e7e1d95ea319955abc55e225116a86 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 11 Apr 2023 16:27:17 -0700 Subject: [PATCH] New: More information on on why hardlinks should be used over copying (cherry picked from commit 83a9d15ff8721c8effdc2c8055e37bfb757022d4) Closes #3519 --- 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 484113ed4..01694ad48 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -153,7 +153,7 @@ "ContinuingNoAdditionalAlbumsAreExpected": "No additional albums are expected", "ContinuingOnly": "ContinuingOnly", "CopyToClipboard": "Copy to clipboard", - "CopyUsingHardlinksHelpText": "Use Hardlinks when trying to copy files from torrents that are still being seeded", + "CopyUsingHardlinksHelpText": "Hardlinks allow Lidarr to import seeding torrents to the the series folder without taking extra disk space or copying the entire contents of the file. Hardlinks will only work if the source and destination are on the same volume", "CopyUsingHardlinksHelpTextWarning": "Occasionally, file locks may prevent renaming files that are being seeded. You may temporarily disable seeding and use Lidarr's rename function as a work around.", "CouldntFindAnyResultsForTerm": "Couldn't find any results for '{0}'", "Country": "Country",