Addind more hint on Warmup

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-06-09 18:15:52 -07:00
parent f782779ccb
commit 6d032b4073

View File

@@ -16,7 +16,7 @@
<fieldset>
<div>
@Html.TextAreaFor(m => m.Settings.Urls, new { @class = "textMedium" })
<span class="hint">@T("This must be a set of relative paths, e.g., /, /About")</span>
<span class="hint">@T("This must be a set of relative paths, e.g., /, /About. Please ensure that you enter only one path per line.")</span>
</div>
</fieldset>
<fieldset>