aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-09-08 01:23:58 +0000
committerfrancis <francis>2009-09-08 01:23:58 +0000
commit8529b87c152eaab0be746a312ebe1ffe91a2fdde (patch)
tree40eb04d8f64320f26d9d56013ecdecc406571f56
parentad562c531e9da5f4012e82ffbba2a2debeecfdcb (diff)
Expand note.
-rw-r--r--app/views/admin_censor_rule/_form.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_censor_rule/_form.rhtml b/app/views/admin_censor_rule/_form.rhtml
index 4f37ddc4c..464061e9b 100644
--- a/app/views/admin_censor_rule/_form.rhtml
+++ b/app/views/admin_censor_rule/_form.rhtml
@@ -3,7 +3,7 @@
<p><label for="censor_rule_text">Text</label> (that you want to remove, case sensitive)<br/>
<%= text_field 'censor_rule', 'text', :size => 60 %></p>
-<p><label for="censor_rule_replacement">Replacement</label> (put it in <strong>[square brackets]</strong>, e.g. [personal information removed]. applies only to text in emails; binaries must stay the same length and the replacement is just a bunch of 'x's)<br/>
+<p><label for="censor_rule_replacement">Replacement</label> (put it in <strong>[square brackets]</strong>, e.g. [personal information removed]. applies to text in emails and HTML conversions of binaries; binaries themselves must stay the same length and the replacement is just a bunch of 'x's)<br/>
<%= text_field 'censor_rule', 'replacement', :size => 60 %></p>
<p><label for="censor_rule_last_edit_comment">Comment for this edit</label> (put purpose of the rule, and why the change)<br/>