summaryrefslogtreecommitdiff
path: root/pages/wot
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2012-11-11 20:19:47 +0100
committerINOPIAE <inopiae@cacert.org>2012-11-11 20:27:00 +0100
commit0c3e0554aeb420a8cd586ed03afd3564fe6206de (patch)
treea1c39d9325c9ef2789491b1380272fc20a884324 /pages/wot
parent5464cbce1a9843f46d47867e3d0ee9804c37a077 (diff)
downloadcacert-devel-0c3e0554aeb420a8cd586ed03afd3564fe6206de.tar.gz
cacert-devel-0c3e0554aeb420a8cd586ed03afd3564fe6206de.tar.xz
cacert-devel-0c3e0554aeb420a8cd586ed03afd3564fe6206de.zip
bug 1112: Changed some wording
Diffstat (limited to 'pages/wot')
-rw-r--r--pages/wot/4.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/wot/4.php b/pages/wot/4.php
index 0401d4f..0d0872e 100644
--- a/pages/wot/4.php
+++ b/pages/wot/4.php
@@ -65,7 +65,7 @@ if ($_SESSION['profile']['points']<100){
</form>
}else{
/* As soon as the TPP TOPUP Programme is established this routine should be used
- <p><?=_("As you got already 2 TTP assurances you only can take part in the TTP TOPUP programme.\n\n If you want you ask for the TTP TOPUP programme use the submit button to send the request to support@cacert.org to start the process. CAcert will inform you then about the next steps.")?></p>
+ <p><?=_("As you got already 2 TTP assurances you only can take part in the TTP TOPUP programme.\n\n If you want to ask for the TTP TOPUP programme use the submit button to send the request to support@cacert.org to start the process. CAcert will inform you then about the next steps.")?></p>
<form method="post" action="wot.php">
<input type="hidden" name="oldid" value="<?=$id?>">
<input type="submit" name="ttptopup" value="<?=_("I need a TTP TOPUP")?>">
@@ -75,6 +75,6 @@ if ($_SESSION['profile']['points']<100){
}
}
-Else{
+else{
<p><?=_("You reached the maximum points that can be granted by the TTP programme and therefore you cannot takte part in the TTP programme any more.")?></p>
}