diff options
-rw-r--r-- | src/usr/local/www/system_advanced_network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php index 4f0fb1a..751a0d3 100644 --- a/src/usr/local/www/system_advanced_network.php +++ b/src/usr/local/www/system_advanced_network.php @@ -271,7 +271,7 @@ $section->addInput(new Form_Checkbox( isset($config['system']['disablelargereceiveoffloading']) ))->setHelp('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.This will take effect after a machine reboot '. + 'performance with some specific NICs. This will take effect after a machine reboot '. 'or re-configure of each interface.'); $section->addInput(new Form_Checkbox( |