diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-11-10 22:25:29 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-11-10 22:25:29 -0600 |
commit | 35bc0aca0690c7875d3df440880d8527fc280894 (patch) | |
tree | de5143d871ae0a64d4fcff6b74767245d406a457 | |
parent | c5fedb0b89ee91f66f5413b356e3655e6698e890 (diff) | |
download | pfsense-35bc0aca0690c7875d3df440880d8527fc280894.zip pfsense-35bc0aca0690c7875d3df440880d8527fc280894.tar.gz |
fix text
-rw-r--r-- | src/usr/local/www/system_advanced_firewall.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_advanced_firewall.php b/src/usr/local/www/system_advanced_firewall.php index dbb5d24..e6abbdc 100644 --- a/src/usr/local/www/system_advanced_firewall.php +++ b/src/usr/local/www/system_advanced_firewall.php @@ -431,14 +431,14 @@ $section->addInput(new Form_Checkbox( 'Clear invalid DF bits instead of dropping the packets', isset($config['system']['scrubnodf']) ))->setHelp('This allows for communications with hosts that generate fragmented '. - 'packets with the don"t fragment (DF) bit set. Linux NFS is known to do this. '. - 'This will cause the filter to not drop such packets but instead clear the don"t '. + 'packets with the don\'t fragment (DF) bit set. Linux NFS is known to do this. '. + 'This will cause the filter to not drop such packets but instead clear the don\'t '. 'fragment bit.'); $section->addInput(new Form_Checkbox( 'scrubrnid', 'IP Random id generation', - 'Insert a stronger id into IP header of packets passing through the filter.', + 'Insert a stronger ID into IP header of packets passing through the filter.', isset($config['system']['scrubrnid']) ))->setHelp('Replaces the IP identification field of packets with random values to '. 'compensate for operating systems that use predictable values. This option only '. |