Fix wording per ticket #1471

This commit is contained in:
Scott Ullrich 2007-10-05 21:00:25 +00:00
parent 0af52dfc29
commit dabfd3cc44

View File

@ -207,7 +207,7 @@ if ($_POST) {
$conf_file = "{$g['cf_conf_path']}/bak/config-" . strtotime($ver2restore) . ".xml";
if (config_install($conf_file) == 0) {
$reboot_needed = true;
$savemsg = "The configuration has been restored. The firewall is now rebooting.";
$savemsg = "The configuration has been restored. You may need to reboot the firewall.";
} else {
$input_errors[] = "The configuration could not be restored.";
}