Prevents reports with too many characters

This commit is contained in:
vholmes 2017-02-15 23:07:50 -02:00 committed by discomrade
parent ca8f6baa36
commit ed55ea23ea
2 changed files with 4 additions and 0 deletions

View file

@ -1151,6 +1151,7 @@
$config['error']['nodelete'] = _('You didn\'t select anything to delete.');
$config['error']['nodeletethread'] = _('You are not allowed to delete threads.');
$config['error']['noreport'] = _('You didn\'t select anything to report.');
$config['error']['invalidreport'] = _('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.');