Commit b218ce7d authored by Franco Fichtner's avatar Franco Fichtner

src: feedback on previous

Suggested by: @fabianfrz
parent f2caa97d
......@@ -27,10 +27,10 @@
<default>Kbit</default>
<OptionValues>
<bit>bit/s</bit>
<Kbit>Kbit/s</Kbit>
<Kbit>kbit/s</Kbit>
<Mbit>Mbit/s</Mbit>
</OptionValues>
<ValidationMessage>Bandwidth metric should be one of bit, kbit, Mbit</ValidationMessage>
<ValidationMessage>Bandwidth metric should be either bit/s, kbit/s or Mbit/s</ValidationMessage>
</bandwidthMetric>
<queue type="IntegerField">
<Required>N</Required>
......
......@@ -312,7 +312,7 @@ include_once("head.inc");
<option value="50000" <?=$pconfig['infra_cache_numhosts'] == "50000" ? "selected=\"selected\"" : ""; ?>>50000</option>
</select>
<div class="hidden" for="help_for_infra_cache_numhosts">
<?=gettext("Number of hosts for which information is cached. The default is 10,000.");?>
<?=gettext("Number of hosts for which information is cached. The default is 10000.");?>
</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