summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 00:07:03 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 00:07:03 -0700
commitee81ff387b7b7b0784df79f6a2d579ed964d15d9 (patch)
tree935efa1c3294c71f4454c4e319b9153421c78052 /src/usr/local/www/firewall_nat.php
parentbdd284c3aac83bf661aa66a6e80defacd6883fe8 (diff)
downloadpfsense-ee81ff387b7b7b0784df79f6a2d579ed964d15d9.zip
pfsense-ee81ff387b7b7b0784df79f6a2d579ed964d15d9.tar.gz
Firewall / NAT - Remove Personalizations
Remove "you" personalizations.
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