aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-01-10 23:53:32 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2014-01-10 23:53:32 -0500
commit2c38137849a0df8b0327fef2e16865c8041b37c4 (patch)
tree2e7d73def731570dd5c1d5810035f27f25abb4c2 /config/snort/snort_interfaces.php
parent51e70ca039db270bfb2678034fc0d8789715b690 (diff)
downloadpfsense-packages-2c38137849a0df8b0327fef2e16865c8041b37c4.tar.gz
pfsense-packages-2c38137849a0df8b0327fef2e16865c8041b37c4.tar.bz2
pfsense-packages-2c38137849a0df8b0327fef2e16865c8041b37c4.zip
Spell out 'Interface' in column header instead of 'I/f'
Diffstat (limited to 'config/snort/snort_interfaces.php')
-rwxr-xr-xconfig/snort/snort_interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_interfaces.php b/config/snort/snort_interfaces.php
index 84273167..15d9addc 100755
--- a/config/snort/snort_interfaces.php
+++ b/config/snort/snort_interfaces.php
@@ -220,7 +220,7 @@ if ($pfsense_stable == 'yes')
<table id="maintable" class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr id="frheader">
<td width="3%" class="list">&nbsp;</td>
- <td width="10%" class="listhdrr"><?php echo gettext("If"); ?></td>
+ <td width="10%" class="listhdrr"><?php echo gettext("Interface"); ?></td>
<td width="13%" class="listhdrr"><?php echo gettext("Snort"); ?></td>
<td width="10%" class="listhdrr"><?php echo gettext("Performance"); ?></td>
<td width="10%" class="listhdrr"><?php echo gettext("Block"); ?></td>