As suggested to me by email: very active members of a wiki community can end up recei...
authorHappy-melon <happy-melon@users.mediawiki.org>
Sun, 28 Aug 2011 22:51:31 +0000 (22:51 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Sun, 28 Aug 2011 22:51:31 +0000 (22:51 +0000)
includes/specials/SpecialEmailuser.php
languages/messages/MessagesEn.php

index cc18da9..837a587 100644 (file)
@@ -61,7 +61,7 @@ class SpecialEmailUser extends UnlistedSpecialPage {
                        ),
                        'Subject' => array(
                                'type' => 'text',
-                               'default' => wfMsgExt( 'defemailsubject', array( 'content', 'parsemag' ) ),
+                               'default' => wfMsgExt( 'defemailsubject', array( 'content', 'parsemag' ), $this->getUser()->getName() ),
                                'label-message' => 'emailsubject',
                                'maxlength' => 200,
                                'size' => 60,
index ecafdf4..98b3712 100644 (file)
@@ -2684,7 +2684,7 @@ There may be [[{{MediaWiki:Listgrouprights-helppage}}|additional information]] a
 'emailpagetext'        => 'You can use the form below to send an e-mail message to this user.
 The e-mail address you entered in [[Special:Preferences|your user preferences]] will appear as the "From" address of the e-mail, so the recipient will be able to reply directly to you.',
 'usermailererror'      => 'Mail object returned error:',
-'defemailsubject'      => '{{SITENAME}} e-mail',
+'defemailsubject'      => '{{SITENAME}} e-mail from user "$1"',
 'usermaildisabled'     => 'User e-mail disabled',
 'usermaildisabledtext' => 'You cannot send e-mail to other users on this wiki',
 'noemailtitle'         => 'No e-mail address',