- =gettext("This will select the above gateway as the default gateway"); ?>
+ = gettext('This will select the above gateway as the default gateway.') ?>
=gettext("Enter an alternative address here to be used to monitor the link. This is used for the " .
"quality RRD graphs as well as the load balancer entries. Use this if the gateway does not respond " .
@@ -624,9 +613,8 @@ $( document ).ready(function() {
=gettext("Mark Gateway as Down"); ?>
/>
- = gettext('Mark Gateway as Down') ?>
- =gettext("This will force this gateway to be considered Down"); ?>
+ = gettext('This will force this gateway to be considered "down".') ?>
- = sprintf(gettext('How often that an ICMP probe will be sent in seconds. Default is %d.'), $dpinger_default['interval']) ?>
- =gettext("NOTE: The quality graph is averaged over seconds, not intervals, so as the probe interval is increased the accuracy of the quality graph is decreased.");?>
+ = sprintf(gettext('How often that an ICMP probe will be sent in seconds. Default is %d.'), $dpinger_default['interval']) ?>