summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-23 00:07:16 -0700
committerNOYB <Al_Stu@Frontier.com>2016-05-23 00:07:16 -0700
commitd3706c81f7f77d21635c335d19e6626a4f7b568b (patch)
treeb68698a802db4f775a422847595a8f737ba1d1d8 /src/usr/local/www/system_advanced_network.php
parenta3013ca688ce6e8b506fa2a5c6251f77778e39bc (diff)
downloadpfsense-d3706c81f7f77d21635c335d19e6626a4f7b568b.zip
pfsense-d3706c81f7f77d21635c335d19e6626a4f7b568b.tar.gz
Miscellaneous Textual Correction - System / Advanced / Networking
Use apostrophe instead of quote.
Diffstat (limited to 'src/usr/local/www/system_advanced_network.php')
-rw-r--r--src/usr/local/www/system_advanced_network.php2
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 751a0d3..b37a623 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. <br/>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);
OpenPOWER on IntegriCloud