From 44257345c9274c8381c3093b37c72905727b39ff Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Tue, 5 Oct 2010 14:23:38 +0000 Subject: [PATCH] corrections suggested by Stanley on the forums --- .../accessibleantispam/lang/lang.en-us.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/fp-plugins/accessibleantispam/lang/lang.en-us.php b/fp-plugins/accessibleantispam/lang/lang.en-us.php index 098f3f5..3292134 100755 --- a/fp-plugins/accessibleantispam/lang/lang.en-us.php +++ b/fp-plugins/accessibleantispam/lang/lang.en-us.php @@ -1,17 +1,15 @@ '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.' ); -?>