From d4a9847b16ac8093ffa442d2eb13bd2e7b177b89 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 c8fcd87c..c626d9dd 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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!');