summaryrefslogtreecommitdiffstats
path: root/system/language/english/email_lang.php
diff options
context:
space:
mode:
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";