corrections suggested by Stanley on the forums

This commit is contained in:
real_nowhereman 2010-10-05 14:23:38 +00:00
parent 8dfa99d8c6
commit 44257345c9

View File

@ -2,16 +2,14 @@
$lang['plugin']['accessibleantispam'] = array(
'prefix' => 'As a way to prevent abuses of this commenting system, '.
'we must ask you to give the result of this simple mathematical '.
'operation: please, ',
'prefix' => 'In order to help eliminate automated spam attacks '.
'we must ask you to prove you are human. What is ',
'sum' => 'sum %s to %s',
'sub' => 'subtract %2$s from %1$s',
'prod' => '%s times %s',
'sum' => '%s plus %s ?',
'sub' => '%2$s subtracted from %1$s ?',
'prod' => '%s times %s ?',
'error' => 'Result was incorrect, please retry.'
'error' => 'Sorry, you gave the wrong answer. Please try again.'
);
?>