summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-21 17:37:59 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-21 17:37:59 -0500
commitd7d64209f403ff0977f07f377c53bd48e13c3f3e (patch)
tree9b56a2065919b24bddae03ee00bbc29f5f2d91a4 /src
parent7560e108a9cc6a351b78dabceb3954680a52b461 (diff)
parent5dd06b2bd0642a22852d513ef1644e00fc374998 (diff)
downloadpfsense-d7d64209f403ff0977f07f377c53bd48e13c3f3e.zip
pfsense-d7d64209f403ff0977f07f377c53bd48e13c3f3e.tar.gz
Merge pull request #2498 from NewEraCracker/master
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_nat_out_edit.php2
-rw-r--r--src/usr/local/www/interfaces_wireless_edit.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_out_edit.php b/src/usr/local/www/firewall_nat_out_edit.php
index 926c579..4983331 100644
--- a/src/usr/local/www/firewall_nat_out_edit.php
+++ b/src/usr/local/www/firewall_nat_out_edit.php
@@ -510,7 +510,7 @@ $group->add(new Form_Select(
'source_type',
null,
(($pconfig['source'] == "any") || ($pconfig['source'] == "(self)")) ? $pconfig['source'] : "network",
- array('any' => gettext('Any'), '(self)' => gettext('This Firewall (self))', 'network' => gettext('Network'))
+ array('any' => gettext('Any'), '(self)' => gettext('This Firewall (self)'), 'network' => gettext('Network'))
))->setHelp('Type')->setWidth('3');
$group->add(new Form_IpAddress(
diff --git a/src/usr/local/www/interfaces_wireless_edit.php b/src/usr/local/www/interfaces_wireless_edit.php
index 10a43ef..adfaf29 100644
--- a/src/usr/local/www/interfaces_wireless_edit.php
+++ b/src/usr/local/www/interfaces_wireless_edit.php
@@ -223,7 +223,7 @@ $section->addInput(new Form_Select(
array(
'bss' => 'Infrastructure (BSS)',
'adhoc' => 'Ad-hoc (IBSS)',
- 'hostap' => gettext('Access Point)'
+ 'hostap' => gettext('Access Point')
)
));
OpenPOWER on IntegriCloud