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

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