Commit 340da972 authored by Fabian Franz's avatar Fabian Franz Committed by Franco Fichtner

translation fix in services_ntpd_pps.php

parent b8a33bc8
...@@ -199,7 +199,7 @@ include("head.inc"); ...@@ -199,7 +199,7 @@ include("head.inc");
<?=gettext("A serial GPS may also be used, but the serial GPS driver would usually be the better option.");?> <?=gettext("A serial GPS may also be used, but the serial GPS driver would usually be the better option.");?>
<?=gettext("A PPS signal only provides a reference to the change of a second, so at least one other source to number the seconds is required.");?> <?=gettext("A PPS signal only provides a reference to the change of a second, so at least one other source to number the seconds is required.");?>
<br /> <br />
<br /><strong><?=gettext("Note");?>:</strong> <?=gettext("At least 3 additional time sources should be configured under"); ?> <a href="services_ntpd.php"><?=gettext("Services > NTP"); ?></a> <?=gettext("to reliably supply the time of each PPS pulse."); ?> <br /><strong><?=gettext("Note");?>:</strong> <?= sprintf(gettext("At least 3 additional time sources should be configured under %sServices: NTP%s to reliably supply the time of each PPS pulse."),'<a href="services_ntpd.php">', '</a>') ?>
</td> </td>
</tr> </tr>
</tfoot> </tfoot>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment