summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_ping.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-26 00:31:41 -0700
committerNOYB <Al_Stu@Frontier.com>2016-04-26 00:31:41 -0700
commit3728bbe5a5340a770ebe3feb526485c28888cdde (patch)
tree83a770e0d4bdce1cfe7ce55b1732f4eec9469f01 /src/usr/local/www/diag_ping.php
parentd051bdd1283d8fbd600deb12e1f741e68052d306 (diff)
downloadpfsense-3728bbe5a5340a770ebe3feb526485c28888cdde.zip
pfsense-3728bbe5a5340a770ebe3feb526485c28888cdde.tar.gz
Diagnostics - Menu - Punctuation
Clean up some punctuation.
Diffstat (limited to 'src/usr/local/www/diag_ping.php')
-rw-r--r--src/usr/local/www/diag_ping.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_ping.php b/src/usr/local/www/diag_ping.php
index 7cf8301..e974a3d 100644
--- a/src/usr/local/www/diag_ping.php
+++ b/src/usr/local/www/diag_ping.php
@@ -179,14 +179,14 @@ $section->addInput(new Form_Select(
'Source address',
$sourceip,
array('' => gettext('Automatically selected (default)')) + get_possible_traffic_source_addresses(true)
-))->setHelp('Select source address for the ping');
+))->setHelp('Select source address for the ping.');
$section->addInput(new Form_Select(
'count',
'Maximum number of pings',
$count,
array_combine(range(1, MAX_COUNT), range(1, MAX_COUNT))
-))->setHelp('Select the maximum number of pings');
+))->setHelp('Select the maximum number of pings.');
$form->add($section);
OpenPOWER on IntegriCloud