From dabfd3cc445d8e1f2bb4097d2c3702969a3056c8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 5 Oct 2007 21:00:25 +0000 Subject: [PATCH] Fix wording per ticket #1471 --- usr/local/www/diag_backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index a36360c649..d921924f5d 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -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."; }