summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 02:16:57 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 02:16:57 -0700
commit7d5e0bccdcf713cebcf6077dd5c298246d4a0cd0 (patch)
treefa101423fe274560bc56d9f4d9bff143d1d2bf2c
parentee81ff387b7b7b0784df79f6a2d579ed964d15d9 (diff)
downloadpfsense-7d5e0bccdcf713cebcf6077dd5c298246d4a0cd0.zip
pfsense-7d5e0bccdcf713cebcf6077dd5c298246d4a0cd0.tar.gz
A few corrections.
-rw-r--r--src/usr/local/www/firewall_nat_1to1.php4
-rw-r--r--src/usr/local/www/firewall_nat_edit.php2
-rw-r--r--src/usr/local/www/firewall_nat_out.php4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php
index e8b45e6..22aae72 100644
--- a/src/usr/local/www/firewall_nat_1to1.php
+++ b/src/usr/local/www/firewall_nat_1to1.php
@@ -285,8 +285,8 @@ display_top_tabs($tab_array);
</form>
<div class="infoblock">
-<?php print_info_box(gettext('Depending on the way the WAN connection is setup, a ') . '<a href="firewall_virtual_ip.php">' .
- gettext("Virtual IP") . '</a>' . 'may also be needed.' . '<br />' .
+<?php print_info_box(gettext('Depending on the way the WAN connection is setup, this may also need a ') . '<a href="firewall_virtual_ip.php">' .
+ gettext("Virtual IP") . '</a>' . '<br />' .
gettext('If a 1:1 NAT entry is added for any of the interface IPs on this system, ' .
'it will make this system inaccessible on that IP address. i.e. if ' .
'the WAN IP address is used, any services on this system (IPsec, OpenVPN server, etc.) ' .
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index 1d247da..0c0ca77 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -309,7 +309,7 @@ if ($_POST) {
/* if user enters an alias and selects "network" then disallow. */
if (($_POST['srctype'] == "network" && is_alias($_POST['src'])) ||
($_POST['dsttype'] == "network" && is_alias($_POST['dst']))) {
- $input_errors[] = gettext("Alias entries must specifie a single host or alias.");
+ $input_errors[] = gettext("Alias entries must specify a single host or alias.");
}
if (!is_specialnet($_POST['srctype'])) {
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php
index ceb868e..442bb12 100644
--- a/src/usr/local/www/firewall_nat_out.php
+++ b/src/usr/local/www/firewall_nat_out.php
@@ -668,9 +668,9 @@ endif;
<?php
print_info_box(gettext('If automatic outbound NAT is selected, a mapping is automatically generated for each interface\'s subnet (except WAN-type connections) and the rules ' .
'on the "Mappings" section of this page are ignored.' . '<br />' .
- 'If manual outbound NAT is selected, outbound NAT rules will not be automatically generated and only the mappings specify on this page ' .
+ 'If manual outbound NAT is selected, outbound NAT rules will not be automatically generated and only the mappings specified on this page ' .
'will be used.' . '<br />' .
- 'If hybrid outbound NAT is selected, mappings specify on this page will be used, followed by the automatically generated ones.' . '<br />' .
+ 'If hybrid outbound NAT is selected, mappings specified on this page will be used, followed by the automatically generated ones.' . '<br />' .
'If disable outbound NAT is selected, no rules will be used.' . '<br />' .
'If a target address other than an interface\'s IP address is used, then depending on the way the WAN connection is setup, a ') .
'<a href="firewall_virtual_ip.php">' . gettext("Virtual IP") . '</a>' . gettext(" may also be required."),
OpenPOWER on IntegriCloud