summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 10:00:13 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 10:00:25 -0400
commit358b288458e6465fc73b836f4f84e0f0e10b329d (patch)
tree078acd81a32478b56b1f8e7fddafac8dfce97f37 /src/usr/local/www/firewall_nat.php
parent1c92c5b1a42af43feafe7f4dab2e73a4aa17eec0 (diff)
downloadpfsense-358b288458e6465fc73b836f4f84e0f0e10b329d.zip
pfsense-358b288458e6465fc73b836f4f84e0f0e10b329d.tar.gz
Merge pull request #2808 from NOYB/Firewall_/_NAT_-_Remove_Personalizations
(cherry picked from commit 4012d55c028ca1c4d449e7b80ba738d4dd5b2976)
Diffstat (limited to 'src/usr/local/www/firewall_nat.php')
-rw-r--r--src/usr/local/www/firewall_nat.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php
index 8b15ffb..836bc65 100644
--- a/src/usr/local/www/firewall_nat.php
+++ b/src/usr/local/www/firewall_nat.php
@@ -212,7 +212,7 @@ if ($savemsg) {
if (is_subsystem_dirty('natconf')) {
print_apply_box(gettext('The NAT configuration has been changed.') . '<br />' .
- 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();
@@ -506,7 +506,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 ("<?=gettext('You have moved one or more Port Forward rules but have not yet saved')?>");
+ return ("<?=gettext('One or more Port Forward rules have been moved but have not yet been saved')?>");
} else {
return undefined;
}
OpenPOWER on IntegriCloud