Prevents reports with too many characters

This commit is contained in:
vholmes
2017-02-15 23:07:50 -02:00
committed by Zankaria
parent 3ac86a074a
commit 61cdca7207
2 changed files with 5 additions and 1 deletions

View File

@@ -1179,7 +1179,7 @@
$config['error']['toomanycross'] = _('Too many cross-board links; post discarded.');
$config['error']['nodelete'] = _('You didn\'t select anything to delete.');
$config['error']['noreport'] = _('You didn\'t select anything to report.');
$config['error']['invalidreport'] = _('The reason was too long.');
$config['error']['toolongreport'] = _('The reason was too long.');
$config['error']['toomanyreports'] = _('You can\'t report that many posts at once.');
$config['error']['invalidpassword'] = _('Wrong password…');
$config['error']['invalidimg'] = _('Invalid image.');