From 358b288458e6465fc73b836f4f84e0f0e10b329d Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Mon, 4 Apr 2016 10:00:13 -0400 Subject: Merge pull request #2808 from NOYB/Firewall_/_NAT_-_Remove_Personalizations (cherry picked from commit 4012d55c028ca1c4d449e7b80ba738d4dd5b2976) --- src/usr/local/www/firewall_nat_out.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr/local/www/firewall_nat_out.php') diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php index 07f9807..442bb12 100644 --- a/src/usr/local/www/firewall_nat_out.php +++ b/src/usr/local/www/firewall_nat_out.php @@ -245,7 +245,7 @@ if ($savemsg) { if (is_subsystem_dirty('natconf')) { print_apply_box(gettext('The NAT configuration has been changed.') . '
' . - gettext('You must apply the changes in order for them to take effect.')); + gettext('The changes must be applied for them to take effect.')); } $tab_array = array(); @@ -668,9 +668,9 @@ endif; ' . - 'If manual outbound NAT is selected, outbound NAT rules will not be automatically generated and only the mappings you 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.' . '
' . - 'If hybrid outbound NAT is selected, mappings you specify on this page will be used, followed by the automatically generated ones.' . '
' . + 'If hybrid outbound NAT is selected, mappings specified on this page will be used, followed by the automatically generated ones.' . '
' . 'If disable outbound NAT is selected, no rules will be used.' . '
' . 'If a target address other than an interface\'s IP address is used, then depending on the way the WAN connection is setup, a ') . '' . gettext("Virtual IP") . '' . gettext(" may also be required."), @@ -706,7 +706,7 @@ events.push(function() { // provide a warning message if the user tries to change page before saving $(window).bind('beforeunload', function(){ if (!saving && dirty) { - return (""); + return (""); } else { return undefined; } -- cgit v1.1