]> jfr.im git - irc/rizon/znc.git/commitdiff
Fixed minor typo in webadmin module.
authorMichael Senn <redacted>
Wed, 28 Nov 2012 12:37:31 +0000 (13:37 +0100)
committerMichael Senn <redacted>
Wed, 28 Nov 2012 12:37:31 +0000 (13:37 +0100)
modules/data/webadmin/tmpl/add_edit_network.tmpl

index 49a3563095085838b20af9f491c3fe6ce51654f1..3ce460358afd9f8ca355616bb311ce815600173b 100644 (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>