From e2c769cb0f109120f096dea7d9f8375e751b626c Mon Sep 17 00:00:00 2001 From: discomrade Date: Mon, 12 Jul 2021 03:37:43 -0200 Subject: [PATCH] Give descriptive name to report too long error --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 7feb86da..b5c8e1b2 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1151,7 +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']['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.');