summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2012-11-13 23:47:30 +0100
committerBenny Baumann <BenBE@geshi.org>2012-11-13 23:47:30 +0100
commit34c8f2f09eda4e7e377763ae56fee199dcbb1d12 (patch)
tree9cf117640d184e8ec56fa8c17a0be4d8379a0633
parentcae291e91634835b6a58adbb880b18b3599f5f18 (diff)
downloadcacert-devel-34c8f2f09eda4e7e377763ae56fee199dcbb1d12.tar.gz
cacert-devel-34c8f2f09eda4e7e377763ae56fee199dcbb1d12.tar.xz
cacert-devel-34c8f2f09eda4e7e377763ae56fee199dcbb1d12.zip
bug 1111: Fix typo/missing parentesis
-rw-r--r--pages/wot/4.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/4.php b/pages/wot/4.php
index 434aff8..96b6978 100644
--- a/pages/wot/4.php
+++ b/pages/wot/4.php
@@ -32,4 +32,4 @@
<?= sprintf(_("If you are interested in the TTP programme, read the pages %s for the basic way how the TTP programme works for you, and %s whether the TTP programme affects the country where you are located."),"<a href='http://wiki.cacert.org/TTP/TTPuser'>http://wiki.cacert.org/TTP/TTPuser</a>","<a href='http://wiki.cacert.org/TTP/TTPAL'>http://wiki.cacert.org/TTP/TTPAL</a>")."\n\n" ?>
-<?= sprintf(_("If you want to take part in the TTP programme, send an email to %s with your name, the main email address of your CAcert account and the country that you want to see the TTP. CAcert will then send you the needed forms and guide you through the process.","<a href='mailto:support@cacert.org'>support@cacert.org</a>")?>
+<?= sprintf(_("If you want to take part in the TTP programme, send an email to %s with your name, the main email address of your CAcert account and the country that you want to see the TTP. CAcert will then send you the needed forms and guide you through the process."),"<a href='mailto:support@cacert.org'>support@cacert.org</a>")?>