From a3de574de5faad53b8792a5aab48bd2d2c11c3c2 Mon Sep 17 00:00:00 2001 From: PearsonFlyer Date: Wed, 26 Jan 2022 10:50:25 -0500 Subject: [PATCH] Fixed: Updated ruTorrent stopped state helptext --- src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentSettings.cs b/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentSettings.cs index 0fad0741e..73fbd43bf 100644 --- a/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentSettings.cs +++ b/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentSettings.cs @@ -57,7 +57,7 @@ namespace NzbDrone.Core.Download.Clients.RTorrent [FieldDefinition(8, Label = "Priority", Type = FieldType.Select, SelectOptions = typeof(RTorrentPriority), HelpText = "Priority to use when grabbing items")] public int Priority { get; set; } - [FieldDefinition(9, Label = "Add Stopped", Type = FieldType.Checkbox, HelpText = "Enabling will prevent magnets from downloading before downloading")] + [FieldDefinition(9, Label = "Add Stopped", Type = FieldType.Checkbox, HelpText = "Enabling will add torrents and magnets to ruTorrent in a stopped state")] public bool AddStopped { get; set; } public NzbDroneValidationResult Validate()