Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -493,6 +493,7 @@ |
494 | 494 | 'pear-mail-error', |
495 | 495 | 'php-mail-error', |
496 | 496 | 'php-mail-error-unknown', |
| 497 | + 'user-mail-no-addy', |
497 | 498 | ), |
498 | 499 | 'resetpass' => array( |
499 | 500 | 'resetpass', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1146,7 +1146,7 @@ |
1147 | 1147 | 'pear-mail-error' => '$1', # do not translate or duplicate this message to other languages |
1148 | 1148 | 'php-mail-error' => '$1', # do not translate or duplicate this message to other languages |
1149 | 1149 | 'php-mail-error-unknown' => "Unknown error in PHP's mail() function", |
1150 | | -'user-mail-no-addy' => "Tried to send email without an email address", |
| 1150 | +'user-mail-no-addy' => 'Tried to send e-mail without an e-mail address', |
1151 | 1151 | |
1152 | 1152 | # Change password dialog |
1153 | 1153 | 'resetpass' => 'Change password', |