Fixed minor typo in webadmin module.

This commit is contained in:
Michael Senn
2012-11-28 13:37:31 +01:00
parent 1c8485cebe
commit f70f1086fd

View File

@@ -98,9 +98,9 @@
<div class="subsection">
<div class="inputlabel">Flood protection burst:</div>
<input type="number" name="floodburst" min="1" id="floodburst"
title="Defines the number of lines, which can immediately be send."
title="Defines the number of lines, which can be sent immediately."
<? IF FloodProtection ?> value="<? VAR FloodBurst ?>" <? ELSE ?> value="4" disabled="disabled" <? ENDIF ?>
/> lines can be send immediately
/> lines can be sent immediately
</div>
<script type="text/javascript">floodprotection_change();</script>
<div style="clear: both;"></div>