summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2012-05-23 01:18:52 +0200
committerMichael Tänzer <neo@nhng.de>2012-05-23 01:18:52 +0200
commit425628a5ce78df099f203851a274adbf026f62ab (patch)
treeaf39466cc4dd7a288fe68876681a719cb80e51ea
parent4d32251d6f0aa6c54498fffcb05921b0af2563db (diff)
downloadcacert-devel-425628a5ce78df099f203851a274adbf026f62ab.tar.gz
cacert-devel-425628a5ce78df099f203851a274adbf026f62ab.tar.xz
cacert-devel-425628a5ce78df099f203851a274adbf026f62ab.zip
bug 1023: Adjust the explanation for the date
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r--pages/wot/6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php
index 064c5ff..e648ed4 100644
--- a/pages/wot/6.php
+++ b/pages/wot/6.php
@@ -53,7 +53,7 @@ function makecap()
AssureTextLine(_("Date of Birth"),$dob." ("._("YYYY-MM-DD").")");
AssureBoxLine("certify",sprintf(_("I certify that %s %s %s has appeared in person"), $fname, $mname, $lname),array_key_exists('certify',$_POST) && $_POST['certify'] == 1);
AssureInboxLine("location",_("Location"),array_key_exists('location',$_SESSION['_config'])?$_SESSION['_config']['location']:"","");
- AssureInboxLine("date",_("Date"),array_key_exists('date',$_SESSION['_config'])?$_SESSION['_config']['date']:date("Y-m-d"),"<br/>"._("Only fill this in if you assured the person on a different day"));
+ AssureInboxLine("date",_("Date"),array_key_exists('date',$_SESSION['_config'])?$_SESSION['_config']['date']:date("Y-m-d"),"<br/>"._("Please adjust the date if you assured the person on a different day"));
AssureMethodLine(_("Method"),$methods,_("Only tick the next box if the Assurance was face to face."));
AssureBoxLine("assertion",_("I believe that the assertion of identity I am making is correct, complete and verifiable. I have seen original documentation attesting to this identity. I accept that the CAcert Arbitrator may call upon me to provide evidence in any dispute, and I may be held responsible."),array_key_exists('assertion',$_POST) && $_POST['assertion'] == 1);
AssureBoxLine("rules",_("I have read and understood the Assurance Policy and the Assurance Handbook and am making this Assurance subject to and in compliance with the policy and handbook."),array_key_exists('rules',$_POST) && $_POST['rules'] == 1);