1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 18:42:42 +01:00

Usability: Changed wording on SAB settings to reflect this is the spot SAB downloads to, not the users final TV show directory.

This commit is contained in:
Mark McDowall 2012-01-13 00:35:57 -08:00
parent ad4afbcb6d
commit 1cbb3e3601

View File

@ -53,7 +53,7 @@ public class SabnzbdSettingsModel
public SabnzbdPriorityType SabTvPriority { get; set; } public SabnzbdPriorityType SabTvPriority { get; set; }
[DisplayName("SABnzbd TV Directory")] [DisplayName("SABnzbd TV Directory")]
[Description("The directory where SABnzbd stores TV shows (NzbDrone will sort them for you)")] [Description("The directory where SABnzbd downloads TV shows to (NzbDrone will sort them for you)")]
[DisplayFormat(ConvertEmptyStringToNull = false)] [DisplayFormat(ConvertEmptyStringToNull = false)]
public string SabDropDirectory { get; set; } public string SabDropDirectory { get; set; }