Commit b218ce7d authored by Franco Fichtner's avatar Franco Fichtner

src: feedback on previous

Suggested by: @fabianfrz
parent f2caa97d
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
<default>Kbit</default> <default>Kbit</default>
<OptionValues> <OptionValues>
<bit>bit/s</bit> <bit>bit/s</bit>
<Kbit>Kbit/s</Kbit> <Kbit>kbit/s</Kbit>
<Mbit>Mbit/s</Mbit> <Mbit>Mbit/s</Mbit>
</OptionValues> </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> </bandwidthMetric>
<queue type="IntegerField"> <queue type="IntegerField">
<Required>N</Required> <Required>N</Required>
......
...@@ -312,7 +312,7 @@ include_once("head.inc"); ...@@ -312,7 +312,7 @@ include_once("head.inc");
<option value="50000" <?=$pconfig['infra_cache_numhosts'] == "50000" ? "selected=\"selected\"" : ""; ?>>50000</option> <option value="50000" <?=$pconfig['infra_cache_numhosts'] == "50000" ? "selected=\"selected\"" : ""; ?>>50000</option>
</select> </select>
<div class="hidden" for="help_for_infra_cache_numhosts"> <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> </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