summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-05-29 12:31:55 -0400
committerjim-p <jimp@pfsense.org>2013-05-29 12:34:32 -0400
commit4f30185f85f07f3e5174dfbfaa7bc2d84cab4132 (patch)
tree82311fefec554eaa1a4e7cf6307411cc3cd21121 /usr/local/www/system_gateways_edit.php
parentfa3b33a57e362654551a16a91a5c6b56971ad4c4 (diff)
downloadpfsense-4f30185f85f07f3e5174dfbfaa7bc2d84cab4132.zip
pfsense-4f30185f85f07f3e5174dfbfaa7bc2d84cab4132.tar.gz
Fix up gateway advanced option note that was missed from 2.1 but on 2.0.x.
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-rwxr-xr-xusr/local/www/system_gateways_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index 48f4dec..c52180b 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -644,7 +644,8 @@ function monitor_change() {
</tr>
<tr>
<td colspan="2">
- <?= gettext("NOTE: The Frequency Probe interval must be less than the Down time, otherwise the gateway will seem to go down then come up again at the next probe."); ?><br/>
+ <?= gettext("The Frequency Probe interval must be less than the Down time, otherwise the gateway will seem to go down then come up again at the next probe."); ?><br/><br/>
+ <?= gettext("The total time before a gateway is down is the product of the Frequency Probe and the Down fields. By default this is 1*10=10 seconds."); ?><br/>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud