From 3afdcfe8ad91ba6b5ccfd2f366e90a5a605cfff2 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 5 Oct 2007 20:50:42 +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 4545d32a9c..2be3058ee5 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -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']);