summaryrefslogtreecommitdiffstats
path: root/system/language/english/email_lang.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-01-23 05:10:23 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-01-23 05:10:23 +0100
commitd92d3c4e004674d7a5fdb37c8d27a49a1783509f (patch)
treee8e727027a50548d9acca6375728293a1af45f63 /system/language/english/email_lang.php
parentcdd2ab25d134c67447e1f1f63c28992f8d0a5b68 (diff)
Fixed a series of grammatical and spelling errors in the language files.
Diffstat (limited to 'system/language/english/email_lang.php')
-rw-r--r--system/language/english/email_lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php
index 040e0eaa3..f02686509 100644
--- a/system/language/english/email_lang.php
+++ b/system/language/english/email_lang.php
@@ -10,7 +10,7 @@ $lang['email_send_failure_sendmail'] = "Unable to send email using PHP Sendmail.
$lang['email_send_failure_smtp'] = "Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.";
$lang['email_sent'] = "Your message has been successfully sent using the following protocol: %s";
$lang['email_no_socket'] = "Unable to open a socket to Sendmail. Please check settings.";
-$lang['email_no_hostname'] = "You did not specify a SMTP hostname";
+$lang['email_no_hostname'] = "You did not specify a SMTP hostname.";
$lang['email_smtp_error'] = "The following SMTP error was encountered: %s";
$lang['email_no_smtp_unpw'] = "Error: You must assign a SMTP username and password.";
$lang['email_failed_smtp_login'] = "Failed to send AUTH LOGIN command. Error: %s";