system: make sure the repercussion of using "0" is very clear

This commit is contained in:
Franco Fichtner 2022-07-08 09:55:12 +02:00
parent ef57b57ee5
commit 3d7a9ac1ea

View File

@ -506,7 +506,7 @@ include("head.inc");
<td>
<input name="max_mfs_var" type="text" id="max_mfs_var" placeholder="50" value="<?= html_safe($pconfig['max_mfs_var']) ?>"/>
<div class="hidden" data-for="help_for_max_mfs_var">
<?= gettext('Percentage of RAM used for the respective memory disk. A value of "0" means unlimited.') ?>
<?= gettext('Percentage of RAM used for the respective memory disk. A value of "0" means unlimited, which will additionally include all swap space.') ?>
</div>
</td>
</tr>
@ -525,7 +525,7 @@ include("head.inc");
<td>
<input name="max_mfs_tmp" type="text" id="max_mfs_tmp" placeholder="50" value="<?= html_safe($pconfig['max_mfs_tmp']) ?>"/>
<div class="hidden" data-for="help_for_max_mfs_tmp">
<?= gettext('Percentage of RAM used for the respective memory disk. A value of "0" means unlimited.') ?>
<?= gettext('Percentage of RAM used for the respective memory disk. A value of "0" means unlimited, which will additionally include all swap space.') ?>
</div>
</td>
</tr>