Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2235,7 +2235,9 @@ |
2236 | 2236 | 'usermailererror' => 'Mail object returned error:', |
2237 | 2237 | 'defemailsubject' => '{{SITENAME}} e-mail', |
2238 | 2238 | 'noemailtitle' => 'No e-mail address', |
2239 | | -'noemailtext' => 'This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users.', |
| 2239 | +'noemailtext' => 'This user has not specified a valid e-mail address.', |
| 2240 | +'nowikiemailtitle' => 'No e-mail allowed', |
| 2241 | +'nowikiemailtext' => 'This user has chosen not to receive e-mail from other users.', |
2240 | 2242 | 'email-legend' => 'Send an e-mail to another {{SITENAME}} user', |
2241 | 2243 | 'emailfrom' => 'From:', |
2242 | 2244 | 'emailto' => 'To:', |