diff --git a/ContactPage.i18n.php b/ContactPage.i18n.php index fe6d0cf..f2f030b 100644 --- a/ContactPage.i18n.php +++ b/ContactPage.i18n.php @@ -16,12 +16,12 @@ $messages['en'] = array( 'contactpage-desc' => '[[Special:Contact|Contact form for visitors]]', 'contactpage-title' => 'Contact', 'contactpage-pagetext' => 'Please use the form below to contact us.', - 'contactpage-defsubject' => 'Contact message', + 'contactpage-defsubject' => 'Contact Message', 'contactpage-subject-and-sender' => '$1 (from $2)', 'contactpage-fromname' => 'your name *', - 'contactpage-fromaddress' => 'your e-mail **', + 'contactpage-fromaddress' => 'your email **', 'contactpage-formfootnotes' => '* optional
-** optional, but needed if you want an answer', +** optional but needed if you want an answer', 'contactpage-captcha' => 'To send the message, please solve the captcha ([[Special:Captcha/help|more info]])', 'contactpage-captcha-failed' => 'Captcha test failed! ([[Special:Captcha/help|more info]])', );