Fix up gateway advanced option note that was missed from 2.1 but on 2.0.x.

This commit is contained in:
jim-p 2013-05-29 12:31:55 -04:00
parent fa3b33a57e
commit 4f30185f85

View File

@ -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>