diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-01-10 23:53:32 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-01-10 23:53:32 -0500 |
commit | 2c38137849a0df8b0327fef2e16865c8041b37c4 (patch) | |
tree | 2e7d73def731570dd5c1d5810035f27f25abb4c2 /config/snort | |
parent | 51e70ca039db270bfb2678034fc0d8789715b690 (diff) | |
download | pfsense-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')
-rwxr-xr-x | config/snort/snort_interfaces.php | 2 |
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"> </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> |