Improve invalid filter handling + allow new line match with \n

This commit is contained in:
Daniel Winzen
2016-04-15 12:10:29 +02:00
parent ea24d7ae5b
commit 30d460b91e
4 changed files with 36 additions and 26 deletions

View File

@ -328,6 +328,8 @@ $I=array(
'guestreg' => 'Let guests register themselves',
'asmember' => 'As member',
'assuguest' => 'As applicant',
'fatalerror' => 'Fatal error'
'fatalerror' => 'Fatal error',
'prevmatch' => 'Your match was as follows',
'matchtoolong' => 'Your match was too long. You can use max. 255 characters. Try splitting it up.'
);
?>