1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 01:34:31 +01:00

$config['error']['lurk'] was last used in 2010 I think

This commit is contained in:
Michael Foster 2013-09-23 15:52:45 +10:00
parent 239531d12d
commit bec90150fe

View File

@ -936,7 +936,6 @@
*/ */
// Error messages // Error messages
$config['error']['lurk'] = _('Lurk some more before posting.');
$config['error']['bot'] = _('You look like a bot.'); $config['error']['bot'] = _('You look like a bot.');
$config['error']['referer'] = _('Your browser sent an invalid or no HTTP referer.'); $config['error']['referer'] = _('Your browser sent an invalid or no HTTP referer.');
$config['error']['toolong'] = _('The %s field was too long.'); $config['error']['toolong'] = _('The %s field was too long.');