summaryrefslogtreecommitdiffstats
path: root/usr
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:55 -0400
commitdd6882695dce3a65891acdb442adf83025533eec (patch)
tree27e16cfe9a6c0c0efb11550939bcb6ab94dc74b9 /usr
parent2bba9aefc21a4e173af3626fb5d08516e35ee47a (diff)
downloadpfsense-dd6882695dce3a65891acdb442adf83025533eec.zip
pfsense-dd6882695dce3a65891acdb442adf83025533eec.tar.gz
Fix up gateway advanced option note that was missed from 2.1 but on 2.0.x.
Diffstat (limited to 'usr')
-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