Add colons to the form labels for consistency with all other forms.
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 28 Aug 2008 09:01:47 +0000 (09:01 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 28 Aug 2008 09:01:47 +0000 (09:01 +0000)
languages/messages/MessagesEn.php

index b2ce5a1..f7682af 100644 (file)
@@ -2117,10 +2117,10 @@ The e-mail address you entered in [[Special:Preferences|your user preferences]]
 'defemailsubject' => '{{SITENAME}} e-mail',
 'noemailtitle'    => 'No e-mail address',
 'noemailtext'     => 'This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users.',
-'emailfrom'       => 'From',
-'emailto'         => 'To',
-'emailsubject'    => 'Subject',
-'emailmessage'    => 'Message',
+'emailfrom'       => 'From:',
+'emailto'         => 'To:',
+'emailsubject'    => 'Subject:',
+'emailmessage'    => 'Message:',
 'emailsend'       => 'Send',
 'emailccme'       => 'E-mail me a copy of my message.',
 'emailccsubject'  => 'Copy of your message to $1: $2',