From 282670df1f10d39af2f1649db8850a27b89e2769 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 25 Mar 2008 14:07:58 +0000 Subject: [PATCH] =?UTF-8?q?*=20Message=20style=20updates=20(by=20Jon=20Har?= =?UTF-8?q?ald=20S=C3=B8by)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ContactPage.i18n.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ContactPage.i18n.php b/ContactPage.i18n.php index f2f030b..fe6d0cf 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 email **', + 'contactpage-fromaddress' => 'your e-mail **', '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]])', );