From ec7f7b085a5dfe3a12744c3fe5fb4cf6e99be1a5 Mon Sep 17 00:00:00 2001 From: Bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:44:34 -0500 Subject: [PATCH] New: More information on on why hardlinks should be used over copying Closes #8327 (cherry picked from commit 83a9d15ff8721c8effdc2c8055e37bfb757022d4) --- 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 5db516aa7..892c107d4 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -163,7 +163,7 @@ "ConnectSettingsSummary": "Notifications, connections to media servers/players, and custom scripts", "ConsideredAvailable": "Considered Available", "CopyToClipboard": "Copy to Clipboard", - "CopyUsingHardlinksHelpText": "Use Hardlinks when trying to copy files from torrents that are still being seeded", + "CopyUsingHardlinksHelpText": "Hardlinks allow Radarr to import seeding torrents to the movie 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 Radarr's rename function as a work around.", "CouldNotConnectSignalR": "Could not connect to SignalR, UI won't update", "CouldNotFindResults": "Couldn't find any results for '{0}'",