summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2013-04-25 22:27:47 +0200
committerWarren Baker <warren@decoy.co.za>2013-04-25 22:27:47 +0200
commit2ddc9ed9ad8667e26763123f6257e0217d5f7a27 (patch)
treeea3c3f29a849e8b1586b311a2013407b99894523 /usr/local/www
parent27d9f5ab909bc4b3e31599f2c28fe0d54e97cea9 (diff)
downloadpfsense-2ddc9ed9ad8667e26763123f6257e0217d5f7a27.zip
pfsense-2ddc9ed9ad8667e26763123f6257e0217d5f7a27.tar.gz
Remove the - in the word 'number'
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/interfaces_bridge_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/interfaces_bridge_edit.php b/usr/local/www/interfaces_bridge_edit.php
index 91085a8..8ad371e 100644
--- a/usr/local/www/interfaces_bridge_edit.php
+++ b/usr/local/www/interfaces_bridge_edit.php
@@ -362,11 +362,11 @@ function show_source_port_range() {
</td></tr>
<tr><td valign="top" class="vncell" width="20%"><?=gettext("Hold count"); ?></td>
<td class="vtable" width="80%">
- <input name="holdcnt" type="text" class="formfld unkown" id="holdcnt" value="<?=htmlspecialchars($pconfig['holdcnt']);?>">
+ <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