summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-11 12:52:40 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-11 12:52:40 +0545
commit928f564f916014530308f4d0739c0906f2447582 (patch)
tree22159cc2fca66e71e2f47131adf73c7cc6523384 /src/usr/local/www
parentc2d710cc3f94f67662385a4ce54b49fc9d4ea452 (diff)
downloadpfsense-928f564f916014530308f4d0739c0906f2447582.zip
pfsense-928f564f916014530308f4d0739c0906f2447582.tar.gz
dpinger help text
The packet loss thresholds must still be in % ? milliseconds does not look valid. Other things are minor formatting.
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/system_gateways_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index 5519bfc..8264a41 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -778,7 +778,7 @@ $group->add(new Form_Input(
$pconfig['losshigh'],
['placeholder' => $dpinger_default['losshigh']]
));
-$group->setHelp('Low and high thresholds for packet loss in milliseconds.
+$group->setHelp('Low and high thresholds for packet loss in %%.
Default is %d/%d.', [$dpinger_default['losslow'], $dpinger_default['losshigh']]);
$section->add($group);
@@ -791,7 +791,7 @@ $section->addInput(new Form_Input(
'placeholder' => $dpinger_default['interval'],
'max' => 86400
]
-))->setHelp('How often an ICMP probe will be sent in milliseconds. Default is %d.'.
+))->setHelp('How often an ICMP probe will be sent in milliseconds. Default is %d. '.
'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.', [$dpinger_default['interval']]);
@@ -815,7 +815,7 @@ $group->add(new Form_Input(
'placeholder' => $dpinger_default['time_period']
]
));
-$group->setHelp('time period in milliseconds over which results are averaged. Default is %d.',
+$group->setHelp('Time period in milliseconds over which results are averaged. Default is %d.',
[$dpinger_default['time_period']]);
$section->add($group);
@@ -829,7 +829,7 @@ $group->add(new Form_Input(
'placeholder' => $dpinger_default['alert_interval']
]
));
-$group->setHelp('time interval in milliseconds between alerts. Default is %d.',
+$group->setHelp('Time interval in milliseconds between alerts. Default is %d.',
[$dpinger_default['alert_interval']]);
$section->add($group);
OpenPOWER on IntegriCloud