From a4ad0eda59ead11d708b96eb67dc657a4429ba8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Fr=C3=B6hlich?= Date: Sun, 1 Sep 2013 17:29:41 +0200 Subject: Replaced "Trusted 3rd Parties" by "Trusted Third Parties", "Trusted 3rd Parties" is not documented --- www/wot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/wot.php b/www/wot.php index 9b6bd27..d09c6bd 100644 --- a/www/wot.php +++ b/www/wot.php @@ -278,7 +278,7 @@ $iecho= "c"; } //met assuree in person, not appliciable fot TTP / TTP Topup assurances - if((!array_key_exists('certify',$_POST) || $_POST['certify'] != 1 ) && $_REQUEST['method'] != "Trusted 3rd Parties") + if((!array_key_exists('certify',$_POST) || $_POST['certify'] != 1 ) && $_REQUEST['method'] != "Trusted Third Parties") { show_page("VerifyData","",_("You failed to check all boxes to validate your adherence to the rules and policies of CAcert")); exit; -- cgit v1.2.1