summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-10-19 13:59:37 -0400
committerjim-p <jimp@pfsense.org>2011-10-19 13:59:52 -0400
commita499d560d86d3a5352a8f4f760650940b1c75d34 (patch)
tree7686be17819afc7a20e9e04d5d85b0a3498ffd62 /usr/local/www/system_advanced_network.php
parent08847295ee2ffacaf7e94992febbfc39818645b5 (diff)
downloadpfsense-a499d560d86d3a5352a8f4f760650940b1c75d34.zip
pfsense-a499d560d86d3a5352a8f4f760650940b1c75d34.tar.gz
Fix typo
Diffstat (limited to 'usr/local/www/system_advanced_network.php')
-rw-r--r--usr/local/www/system_advanced_network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index e8a2b64..c8035c9 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -262,7 +262,7 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<input name="disablelargereceiveoffloading" type="checkbox" id="disablelargereceiveoffloading" value="yes" <?php if (isset($config['system']['disablelargereceiveoffloading'])) echo "checked"; ?> />
<strong><?=gettext("Disable hardware large receive offload"); ?></strong><br>
- <?=gettext("Checking this option will disable hardware large receive offloading (LRO). This offloading is broken in some hardware drivers, and may impact performance with some specific NICs.."); ?>
+ <?=gettext("Checking this option will disable hardware large receive offloading (LRO). This offloading is broken in some hardware drivers, and may impact performance with some specific NICs."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud