summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_gps.php
diff options
context:
space:
mode:
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 1b4970d..4305c47 100644
--- a/src/usr/local/www/services_ntpd_gps.php
+++ b/src/usr/local/www/services_ntpd_gps.php
@@ -344,8 +344,8 @@ $section->addInput(new Form_Select(
$pconfig['type'],
array_combine($gpstypes, $gpstypes)
))->setHelp('This option allows a predefined configuration to be selected. ' .
- 'Default is the configuration of pfSense 2.1 and earlier (not recommended). Select Generic if the GPS is not listed.' . '<br /><br />' .
- 'The predefined configurations assume the GPS has already been set to NMEA mode.');
+ 'Default is the configuration of pfSense 2.1 and earlier (not recommended). Select Generic if the GPS is not listed.%1$s' .
+ 'The predefined configurations assume the GPS has already been set to NMEA mode.', '<br /><br />');
$serialports = glob("/dev/cua?[0-9]{,.[0-9]}", GLOB_BRACE);
OpenPOWER on IntegriCloud