Commit a5e8dc5e authored by Franco Fichtner's avatar Franco Fichtner

ntp: adjust string accordingly; closes #1574

(cherry picked from commit baa7ec88)
parent 6a968e81
...@@ -280,9 +280,9 @@ include("head.inc"); ...@@ -280,9 +280,9 @@ include("head.inc");
<div class="hidden" for="help_for_timeservers"> <div class="hidden" for="help_for_timeservers">
<?=gettext('For best results three to five servers should be configured here.'); ?> <?=gettext('For best results three to five servers should be configured here.'); ?>
<br /> <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 /> <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> </div>
</td> </td>
</tr> </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