config.php: add no post history error

This commit is contained in:
Zankaria 2024-11-12 15:06:33 +01:00
parent 06b0cb8484
commit 2904fb5f3e

View file

@ -1219,6 +1219,7 @@
// Error messages
$config['error']['bot'] = _('You look like a bot.');
$config['error']['referer'] = _('Your browser sent an invalid or no HTTP referer.');
$config['error']['opnohistory'] = _('You must post at least once before creating thread.');
$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.');