From 198cd62a80dbc685d8e10686e81c7b5a4a2f2773 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Fri, 18 Mar 2011 22:25:02 -0700 Subject: Cleaned up registration terms and updated to 1.8 style Upped version. --- languages/en.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'languages/en.php') 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 @@ "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 Terms of Service', + 'registrationterms:required' => "You must first agree to the terms", +)); \ No newline at end of file -- cgit v1.2.3