add too many lines

This commit is contained in:
RealAngeleno 2023-05-20 15:37:25 -07:00 committed by -
parent e5feb252f7
commit d4a9847b16

View File

@ -1263,6 +1263,7 @@
$config['error']['tooshort_body'] = _('Post must be at least %d characters long.');
$config['error']['tooshort_body_op'] = _('OP must be at least %d characters long.');
$config['error']['no_body'] = _('The body was too short or empty.');
$config['error']['toomanylines'] = _('Your post contains too many lines!');
$config['error']['noimage'] = _('You must upload an image.');
$config['error']['nosubject'] = _('You must add a subject.');
$config['error']['toomanyimages'] = _('You have attempted to upload too many images!');