From 4d932b767e29279b4d905ef47bb5e375ab0fb49a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 25 Mar 2008 17:28:03 +0000 Subject: [PATCH] Revert r32410, r32411, r32412 -- smart quotes infecting everything --- ContactPage.i18n.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]])', );