Sauce -> Filter in the filter section.

This commit is contained in:
Nicolas Stepien 2013-03-23 16:32:04 +01:00
parent 2e56e7db9c
commit 9eededbe1b

View File

@ -462,7 +462,7 @@ Settings =
$.add div, ta
return
div.innerHTML = """
<div class=warning #{if Conf['Sauce'] then 'hidden' else ''}><code>Filter</code> is disabled.</div>
<div class=warning #{if Conf['Filter'] then 'hidden' else ''}><code>Filter</code> is disabled.</div>
<p>
Use <a href=https://developer.mozilla.org/en/JavaScript/Guide/Regular_Expressions>regular expressions</a>, one per line.<br>
Lines starting with a <code>#</code> will be ignored.<br>