* Message style updates (by Jon Harald Søby)

This commit is contained in:
Siebrand Mazeland 2008-03-25 14:07:58 +00:00
parent 596915c995
commit 282670df1f
1 changed files with 3 additions and 3 deletions

View File

@ -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<br />
** 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]])',
);