aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-10-28 09:58:10 +0000
committerfrancis <francis>2008-10-28 09:58:10 +0000
commit1ba60f3a41502c69427149f91dd26c4c27cdd0d9 (patch)
tree18a2d34b9dd3e0b5b9f0b40a183fd9a2b07ec2b9
parent86a91f35d6128a2ef734e60e10de294702bbf8f4 (diff)
More help.
-rw-r--r--app/views/admin_censor_rule/_form.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin_censor_rule/_form.rhtml b/app/views/admin_censor_rule/_form.rhtml
index 4034e9859..0d02c0b89 100644
--- a/app/views/admin_censor_rule/_form.rhtml
+++ b/app/views/admin_censor_rule/_form.rhtml
@@ -1,9 +1,9 @@
<%= error_messages_for 'censor_rule' %>
-<p><label for="censor_rule_text">Text</label> (that you want to remove)<br/>
+<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 is 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 only to text in emails; binaries 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/>