summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_gps.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-06 00:35:33 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-06 00:35:33 +0545
commit9f5aa90fee88f49243e180f71bde47aad635c6c9 (patch)
tree6472f26f74a3de070c499aa2494523daf9ad989d /src/usr/local/www/services_ntpd_gps.php
parent7e4b9edd77b690cf2bc27d98a68a9542fbbb31ae (diff)
downloadpfsense-9f5aa90fee88f49243e180f71bde47aad635c6c9.zip
pfsense-9f5aa90fee88f49243e180f71bde47aad635c6c9.tar.gz
Various text stuff on the UI
Diffstat (limited to 'src/usr/local/www/services_ntpd_gps.php')
-rw-r--r--src/usr/local/www/services_ntpd_gps.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php
index 5453f63..30af57c 100644
--- a/src/usr/local/www/services_ntpd_gps.php
+++ b/src/usr/local/www/services_ntpd_gps.php
@@ -258,9 +258,9 @@ $section->addInput(new Form_Select(
'GPS',
$pconfig['type'],
array_combine($gpstypes, $gpstypes)
-))->setHelp('This option allows you to select a predefined configuration.' .
+))->setHelp('This option allows you to select a predefined configuration. ' .
'Default is the configuration of pfSense 2.1 and earlier (not recommended). Select Generic if your GPS is not listed.' . '<br /><br />' .
- 'The perdefined configurations assume your GPS has already been set to NMEA mode.');
+ 'The predefined configurations assume your GPS has already been set to NMEA mode.');
$serialports = glob("/dev/cua?[0-9]{,.[0-9]}", GLOB_BRACE);
@@ -276,7 +276,7 @@ if (!empty($serialports)) {
'gpsport',
'Serial port',
$pconfig['port'],
- $splist
+ $splist
))->setHelp('All serial ports are listed, be sure to pick the port with the GPS attached. ');
$section->addInput(new Form_Select(
@@ -329,7 +329,7 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Checkbox(
'gpsselect',
null,
- 'NTP should not use this clock, it will be displayed for reference only(default: disabled).',
+ 'NTP should not use this clock, it will be displayed for reference only (default: disabled).',
$pconfig['noselect']
));
OpenPOWER on IntegriCloud