summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-12-29 18:59:19 +0000
committerGitHub <noreply@github.com>2016-12-29 18:59:19 +0000
commitb1cff5815344220340a218938cd7f3df64687203 (patch)
tree7ff3ad482f94a2b3c1815a03e3323cb1df44741c /src/usr/local/www/firewall_rules_edit.php
parente9b3d2c3bfc3e91ac59901ca28d0620f7bb7b50f (diff)
downloadpfsense-b1cff5815344220340a218938cd7f3df64687203.zip
pfsense-b1cff5815344220340a218938cd7f3df64687203.tar.gz
capitalise "Any"
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 7c0c12c..d82e73c 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1217,7 +1217,7 @@ $section->addInput(new Form_Select(
'Protocol',
$pconfig['proto'],
array(
- 'any' => gettext('any'),
+ 'any' => gettext('Any'),
'tcp' => 'TCP',
'udp' => 'UDP',
'tcp/udp' => 'TCP/UDP',
OpenPOWER on IntegriCloud