summaryrefslogtreecommitdiffstats
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:37 -0400
commit7b2301034b8dd07b7248944525abc807dbce1b71 (patch)
treefd9531930e98cbd7f5f843d559ad4ccb03cf5232
parent7492e6c38e6ac1dc2f8b7a3117c0a832c4c5b405 (diff)
downloadpfsense-7b2301034b8dd07b7248944525abc807dbce1b71.zip
pfsense-7b2301034b8dd07b7248944525abc807dbce1b71.tar.gz
Fix typo
-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