From 727e8723f03da7876887b1a01ec0012b86f2cd99 Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Sat, 20 May 2023 15:37:25 -0700 Subject: [PATCH] add too many lines --- inc/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/config.php b/inc/config.php index 6aa37e0b..f3e687a3 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1129,6 +1129,7 @@ $config['error']['toolong'] = _('The %s field was too long.'); $config['error']['toolong_body'] = _('The body was too long.'); $config['error']['tooshort_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']['toomanyimages'] = _('You have attempted to upload too many images!'); $config['error']['nomove'] = _('The server failed to handle your upload.');