diff --git a/src/www/interfaces_groups.php b/src/www/interfaces_groups.php index 1fb6c5e98..ddb2cf6eb 100644 --- a/src/www/interfaces_groups.php +++ b/src/www/interfaces_groups.php @@ -55,7 +55,7 @@ if ($_GET['act'] == "del") { include("head.inc"); $main_buttons = array( - array('href'=>'interfaces_groups_edit.php', 'label'=>gettext("Add a new group")), + array('href' => 'interfaces_groups_edit.php', 'label' => gettext('Add')), );