summaryrefslogtreecommitdiff
path: root/program/localization/en_GB/messages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'program/localization/en_GB/messages.inc')
-rw-r--r--program/localization/en_GB/messages.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc
index 9e4743e00..081ef6b84 100644
--- a/program/localization/en_GB/messages.inc
+++ b/program/localization/en_GB/messages.inc
@@ -106,8 +106,8 @@ $messages['editorwarning'] = 'Switching to the plain text editor will cause all
$messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>';
$messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed';
$messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed';
-$messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from"';
-$messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to"';
+$messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from" ($msg)';
+$messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to" ($msg)';
$messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list';
$messages['smtperror'] = 'SMTP Error: $msg';
$messages['emailformaterror'] = 'Incorrect e-mail address: $email';