diff --git a/NzbDrone.Web/Models/MiscSettingsModel.cs b/NzbDrone.Web/Models/MiscSettingsModel.cs index d84550ed9..79e5de2cb 100644 --- a/NzbDrone.Web/Models/MiscSettingsModel.cs +++ b/NzbDrone.Web/Models/MiscSettingsModel.cs @@ -13,11 +13,11 @@ namespace NzbDrone.Web.Models public bool EnableBacklogSearching { get; set; } [DisplayName("Automatically Ignore Deleted Episodes")] - [Description("Should NzbDrone automatically ignore episodes that were deleted from disk?")] + [Description("Deleted episodes are automatically ignored.")] public bool AutoIgnorePreviouslyDownloadedEpisodes { get; set; } - [DisplayName("Allowed Release Groups")] - [Description("Comma separated list of release groups to download episodes")] + [DisplayName("Specified Release Groups")] + [Description("Comma separated list of release groups to download episodes (leave empty for all groups)")] public string AllowedReleaseGroups { get; set; } } } \ No newline at end of file diff --git a/NzbDrone.Web/Views/Settings/Misc.cshtml b/NzbDrone.Web/Views/Settings/Misc.cshtml index 570c420e3..70faeb8a1 100644 --- a/NzbDrone.Web/Views/Settings/Misc.cshtml +++ b/NzbDrone.Web/Views/Settings/Misc.cshtml @@ -3,7 +3,7 @@ @{ Layout = null; }
- Enabling Backlog Searching can use lots of bandwidth and is not recommended for Users with block Usenet accounts or bandwidth restrictions. + Enabling Backlog Searching can use lots of bandwidth and is not recommended for users with block Usenet accounts or bandwidth restrictions.