diff options
author | Benny Baumann <BenBE@geshi.org> | 2012-10-31 18:55:51 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2012-10-31 18:55:51 +0100 |
commit | 7baaa9a0ac611329539a43031ca3d0e81bba2b5f (patch) | |
tree | d8210f8004cc4efbcd73188e1eefe6277c7c21be /www | |
parent | 53b015bf6782b44e7c69f654734813a64da28a0e (diff) | |
parent | d8f6a8160f62314dc94b9037089193d4ab295c9a (diff) | |
download | cacert-devel-7baaa9a0ac611329539a43031ca3d0e81bba2b5f.tar.gz cacert-devel-7baaa9a0ac611329539a43031ca3d0e81bba2b5f.tar.xz cacert-devel-7baaa9a0ac611329539a43031ca3d0e81bba2b5f.zip |
Merge branch 'bug-860' into release
Diffstat (limited to 'www')
-rw-r--r-- | www/wot.php | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/www/wot.php b/www/wot.php index 2878534..c6c0568 100644 --- a/www/wot.php +++ b/www/wot.php @@ -333,12 +333,16 @@ $iecho= "c"; if(($drow['total'] + $newpoints) >= 100 && $newpoints > 0) { -// $body .= _("You now have over 100 points and can start assuring others.")."\n\n"; - $body .= _("You have at least 100 Assurance Points, if you want to become an assurer try the")." "; - $body .= _("Assurer Challenge")." ( https://cats.cacert.org )\n\n"; - $body .= _("To make it easier for others in your area to find you, it's helpful to list yourself as an assurer (this is voluntary), as well as a physical location where you live or work the most. You can flag your account to be listed, and add a comment to the display by going to:")."\n\n"; + $body .= _("You have at least 100 Assurance Points. If you want ". + "to become an assurer try the Assurer Challenge"). + " ( https://cats.cacert.org ).\n\n"; + $body .= _("To make it easier for others in your area to find ". + "you, it's helpful to list yourself as an assurer (this ". + "is voluntary), as well as a physical location where you ". + "live or work the most. You can flag your account to be ". + "listed, and add a comment to the display by going to:")."\n"; $body .= "https://www.cacert.org/wot.php?id=8\n\n"; - $body .= _("You can list your location by going to:")."\n\n"; + $body .= _("You can list your location by going to:")."\n"; $body .= "https://www.cacert.org/wot.php?id=13\n\n"; } |