Fix wording per ticket #1471

This commit is contained in:
Bill Marquette 2007-10-05 20:50:42 +00:00
parent e461fcfc55
commit 3afdcfe8ad

View File

@ -143,7 +143,7 @@ if ($_POST) {
} else {
restore_config_section($_POST['restorearea'], $rules);
filter_configure();
$savemsg = "The configuration area has been restored. The firewall is now rebooting.";
$savemsg = "The configuration area has been restored. You may need to reboot the firewall.";
}
} else {
$rules = file_get_contents($_FILES['conffile']['tmp_name']);