diff --git a/usr/local/www/interfaces_groups.php b/usr/local/www/interfaces_groups.php index 27a088a583..954bcf6927 100755 --- a/usr/local/www/interfaces_groups.php +++ b/usr/local/www/interfaces_groups.php @@ -59,7 +59,7 @@ if ($_GET['act'] == "del") { } } -$pgtitle = array("Interfaces","Groups"); +$pgtitle = array(gettext("Interfaces"),gettext("Groups")); include("head.inc"); ?> @@ -71,16 +71,16 @@ include("head.inc");
| Name | -Members | -Description | +=gettext("Name");?> | +=gettext("Members");?> | +=gettext("Description");?> | |
| )"> |
| - |
Note:
Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.
=gettext("Note:");?>
=gettext("Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?>