From 71fe4294ede16fc71f39cecb2c16e08a9fd09e52 Mon Sep 17 00:00:00 2001 From: NOYB Date: Mon, 23 May 2016 00:07:16 -0700 Subject: Miscellaneous Textual Correction - System / Advanced / Networking Use apostrophe instead of quote. (cherry picked from commit d3706c81f7f77d21635c335d19e6626a4f7b568b) --- src/usr/local/www/system_advanced_network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php index b7aaaaf..459974d 100644 --- a/src/usr/local/www/system_advanced_network.php +++ b/src/usr/local/www/system_advanced_network.php @@ -215,7 +215,7 @@ $group->add(new Form_Input( $pconfig['ipv6nat_ipaddr'] ))->setHelp('Enable IPv4 NAT encapsulation of IPv6 packets.
This provides an '. 'RFC 2893 compatibility mechanism that can be used to tunneling IPv6 packets over '. - 'IPv4 routing infrastructures. If enabled, don"t forget to add a firewall rule to '. + 'IPv4 routing infrastructures. If enabled, don\'t forget to add a firewall rule to '. 'permit IPv6 packets.'); $section->add($group); -- cgit v1.1