summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-21 13:31:32 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-21 13:31:32 -0500
commit6e8892c5b384b6d1f5af067ae2c682a20c8b99db (patch)
tree23d969f6bb89be4e711950bf502ac59d40b1d63e /src/usr/local/www/firewall_rules_edit.php
parentef378560d1982cd5ecb93475ef9da12ce19b6a31 (diff)
downloadpfsense-6e8892c5b384b6d1f5af067ae2c682a20c8b99db.zip
pfsense-6e8892c5b384b6d1f5af067ae2c682a20c8b99db.tar.gz
Add gettext to select option names where required
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index c0d2042..46f4856 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1399,7 +1399,7 @@ $section->addInput(new Form_Select(
'os',
'Source OS',
(empty($pconfig['os']) ? '':$pconfig['os']),
- ['' => 'Any'] + array_combine($ostypes, $ostypes)
+ ['' => gettext('Any')] + array_combine($ostypes, $ostypes)
))->setHelp('Note: this only works for TCP rules. General OS choice matches all subtypes.');
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud