git-svn-id: file:///home/shish/svn/shimmie2/trunk@663 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-12-17 03:41:22 +00:00
parent 51f8d0891c
commit efa7da6c1c

View File

@ -47,7 +47,7 @@ porn
if(is_a($event, 'SetupBuildingEvent')) {
$sb = new SetupBlock("Banned Phrases");
$sb->add_label("One per line, lines that start with slashes are treated as regex");
$sb->add_label("One per line, lines that start with slashes are treated as regex<br/>");
$sb->add_longtext_option("banned_words");
$event->panel->add_block($sb);
}