summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_gps.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-21 00:04:25 -0700
committerNOYB <Al_Stu@Frontier.com>2016-04-21 00:04:25 -0700
commite78ecb9681106889f94b5c7f7b1dbf7b46f54766 (patch)
tree78a6b18f4b3f8aea53f4342c1a81a3445474799b /src/usr/local/www/services_ntpd_gps.php
parent954594393db78968821ecf08aa330aaddbb47db1 (diff)
downloadpfsense-e78ecb9681106889f94b5c7f7b1dbf7b46f54766.zip
pfsense-e78ecb9681106889f94b5c7f7b1dbf7b46f54766.tar.gz
Services - Punctuation
Clean up some services menu punctuation.
Diffstat (limited to 'src/usr/local/www/services_ntpd_gps.php')
-rw-r--r--src/usr/local/www/services_ntpd_gps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php
index fc74f41..c776ff9 100644
--- a/src/usr/local/www/services_ntpd_gps.php
+++ b/src/usr/local/www/services_ntpd_gps.php
@@ -312,7 +312,7 @@ $section->addInput(new Form_Input(
'Stratum (0-16)',
'text',
$pconfig['stratum']
-))->setHelp('This may be used to change the GPS Clock stratum (default: 0). This may be useful to, for some reason, have ntpd prefer a different clock');
+))->setHelp('This may be used to change the GPS Clock stratum (default: 0). This may be useful to, for some reason, have ntpd prefer a different clock.');
$section->addInput(new Form_Checkbox(
'gpsprefer',
@@ -390,7 +390,7 @@ $section->addInput(new Form_Textarea(
'gpsinitcmd',
null,
base64_decode($pconfig['initcmd'])
-))->setHelp('Commands entered here will be sent to the GPS during initialization. Please read and understand the GPS documentation before making any changes here');
+))->setHelp('Commands entered here will be sent to the GPS during initialization. Please read and understand the GPS documentation before making any changes here.');
$group = new Form_Group('NMEA Checksum Calculator');
OpenPOWER on IntegriCloud