From f50494ea9be5ed8a2df804ea607da53e45350038 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 6 Mar 2012 11:25:57 -0800 Subject: [PATCH] Fixed typo in Trim History confirmation. New: Added warning to Settings -> Misc regarding backlog searching. --- NzbDrone.Web/Views/History/Index.cshtml | 2 +- NzbDrone.Web/Views/Settings/Misc.cshtml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NzbDrone.Web/Views/History/Index.cshtml b/NzbDrone.Web/Views/History/Index.cshtml index da7c50b82..77cbe7ba4 100644 --- a/NzbDrone.Web/Views/History/Index.cshtml +++ b/NzbDrone.Web/Views/History/Index.cshtml @@ -2,7 +2,7 @@ @{ViewBag.Title = "History";} @section ActionMenu{ } diff --git a/NzbDrone.Web/Views/Settings/Misc.cshtml b/NzbDrone.Web/Views/Settings/Misc.cshtml index 77e573e63..ee1f0da08 100644 --- a/NzbDrone.Web/Views/Settings/Misc.cshtml +++ b/NzbDrone.Web/Views/Settings/Misc.cshtml @@ -1,6 +1,11 @@ @using NzbDrone.Web.Helpers @model NzbDrone.Web.Models.MiscSettingsModel @{ Layout = null; } + +
+ Enabling Backlog searching will use lots of bandwidth, not recommended when using block accounts or you have bandwidth restrictions +
+
@using (Html.BeginForm("SaveMisc", "Settings", FormMethod.Post, new { id = "MiscForm", name = "MiscForm", @class = "settingsForm" })) {