diff options
author | jim-p <jimp@pfsense.org> | 2011-07-19 16:32:39 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-07-19 16:32:39 -0400 |
commit | d58b93d2e434109c98b5b907084cf5a6118e2bf2 (patch) | |
tree | 884a00beeda102eda8e036862c4039c642a2b578 /usr | |
parent | 41fa9c9743b74179978ec28f96fb1dcc955a3f07 (diff) | |
download | pfsense-d58b93d2e434109c98b5b907084cf5a6118e2bf2.zip pfsense-d58b93d2e434109c98b5b907084cf5a6118e2bf2.tar.gz |
Fix label for SMTP server. Hostnames work fine.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_advanced_notifications.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php index 7da289a..3c997ce 100644 --- a/usr/local/www/system_advanced_notifications.php +++ b/usr/local/www/system_advanced_notifications.php @@ -202,10 +202,10 @@ include("head.inc"); <td colspan="2" valign="top" class="listtopic"><?=gettext("SMTP E-Mail"); ?></td> </tr> <tr> - <td width="22%" valign="top" class="vncell"><?=gettext("IP Address of E-Mail server"); ?></td> + <td width="22%" valign="top" class="vncell"><?=gettext("E-Mail server"); ?></td> <td width="78%" class="vtable"> <input name='smtpipaddress' value='<?php echo $pconfig['smtpipaddress']; ?>'><br/> - <?=gettext("This is the IP address of the SMTP E-Mail server that will be used to send notifications to."); ?> + <?=gettext("This is the FQDN or IP address of the SMTP E-Mail server to which notifications will be sent."); ?> </td> </tr> <tr> |