aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/languages/en.php b/languages/en.php
index 079e85e07..ba7b03d92 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -1,10 +1,6 @@
<?php
-$english = array(
- 'agreetoterms' => "I have read and agree to the",
- 'terms' => 'Terms',
- 'agreetoterms:required' => "You must first agree to the terms",
-);
-
-add_translation("en",$english);
-?> \ No newline at end of file
+add_translation("en", array(
+ 'registrationterms:agree' => 'I have read and agree to the <a href="%s">Terms of Service</a>',
+ 'registrationterms:required' => "You must first agree to the terms",
+)); \ No newline at end of file