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
committerRenato Botelho <renato@netgate.com>2016-12-30 10:06:57 -0200
commitdb058e30efbf5504e5d9e485197e9214841045aa (patch)
tree5570bf72b01cbd6ebe64dd5f0444aad88ebc47e5 /src/usr/local/www/firewall_rules_edit.php
parent059571c6e0b7dd93f876ae2b7823547ef1cb6dae (diff)
downloadpfsense-db058e30efbf5504e5d9e485197e9214841045aa.zip
pfsense-db058e30efbf5504e5d9e485197e9214841045aa.tar.gz
capitalise "Any"
(cherry picked from commit b1cff5815344220340a218938cd7f3df64687203)
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 a756960..28adcd9 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1300,7 +1300,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