diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index 036b2789d8..6110afb5e4 100644 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -291,7 +291,7 @@ if($_REQUEST['undodrag']) { $dragtable .= "&dragtable[]={$dt}"; print_info_box_np_undo(gettext("The firewall rule configuration has been changed.
You must apply the changes in order for them to take effect."), "apply" , gettext("Apply changes") , "firewall_rules.php?if={$_REQUEST['if']}&dragdroporder=true&{$dragtable}"); } else { - print_info_box_np(gettext("The firewall rule configuration has been changed.
You must apply the changes in order for them to take effect.")); + print_info_box_np(gettext("The firewall rule configuration has been changed.") . "
" . gettext("You must apply the changes in order for them to take effect."), "apply", "", true); } ?>