Commit baa7ec88 authored by Franco Fichtner's avatar Franco Fichtner

ntp: adjust string accordingly; closes #1574

parent 0d9e0ba6
......@@ -277,9 +277,9 @@ include("head.inc");
<div class="hidden" for="help_for_timeservers">
<?=gettext('For best results three to five servers should be configured here.'); ?>
<br />
<?= sprintf(gettext('The %sprefer%s option indicates that NTP should favor the use of this server more than all others.'),'<i>','</i>') ?>
<?= gettext('The "prefer" option indicates that NTP should favor the use of this server more than all others.') ?>
<br />
<?= sprintf(gettext('The %snoselect%s option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.'),'<i>','</i>') ?>
<?= gettext('The "do not use" option indicates that NTP should not use this server for time, but stats for this server will be collected and displayed.') ?>
</div>
</td>
</tr>
......
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