summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2013-04-25 22:24:17 +0200
committerWarren Baker <warren@decoy.co.za>2013-04-25 22:24:17 +0200
commit474b4debfbc2a80b484e4fc3a49da48832660346 (patch)
tree4233d07fdf46a9513b89923d156b5b00e4a03839 /usr/local/www/interfaces_bridge_edit.php
parent8976f70d1bf068ece565d313993f4f9d6215e2d6 (diff)
downloadpfsense-474b4debfbc2a80b484e4fc3a49da48832660346.zip
pfsense-474b4debfbc2a80b484e4fc3a49da48832660346.tar.gz
Remove the - in the word 'number'
Diffstat (limited to 'usr/local/www/interfaces_bridge_edit.php')
-rw-r--r--usr/local/www/interfaces_bridge_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_bridge_edit.php b/usr/local/www/interfaces_bridge_edit.php
index ca54db0..61e7159 100644
--- a/usr/local/www/interfaces_bridge_edit.php
+++ b/usr/local/www/interfaces_bridge_edit.php
@@ -378,8 +378,8 @@ function show_source_port_range() {
<input name="holdcnt" type="text" class="formfld unkown" id="holdcnt" value="<?=htmlspecialchars($pconfig['holdcnt']);?>" />
<br/>
<span class="vexpl">
- <?=gettext("Set the transmit hold count for Spanning Tree. This is the num- " .
- "ber of packets transmitted before being rate limited. The " .
+ <?=gettext("Set the transmit hold count for Spanning Tree. This is the number" .
+ " of packets transmitted before being rate limited. The " .
"default is 6. The minimum is 1 and the maximum is 10."); ?>
</span>
</td></tr>
OpenPOWER on IntegriCloud