diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-25 15:01:58 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-25 15:01:58 -0400 |
commit | 08ce2d6a5225dc31425d1c6692e2d331db79c8fd (patch) | |
tree | 15118ac10bab7ebc69e047fda1c7567c8915b639 /usr/local/www | |
parent | 7d8c8a287a280b6b535e42e0fd6155d44995d857 (diff) | |
download | pfsense-08ce2d6a5225dc31425d1c6692e2d331db79c8fd.zip pfsense-08ce2d6a5225dc31425d1c6692e2d331db79c8fd.tar.gz |
Correct hint
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/system_advanced_notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php index 945ad66..1543321 100644 --- a/usr/local/www/system_advanced_notifications.php +++ b/usr/local/www/system_advanced_notifications.php @@ -157,7 +157,7 @@ include("head.inc"); <td width="22%" valign="top" class="vncell">IP Address of E-Mail server</td> <td width="78%" class="vtable"> <input name='smtpipaddress' value='<?php echo $pconfig['smtpipaddress']; ?>'><br/> - This is the IP address that you would like to send growl notifications to. + This is the IP address of the SMTP E-MAil server that will be used to send notifications to. </td> </tr> <tr> |