summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-10-05 21:00:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-10-05 21:00:25 +0000
commitdabfd3cc445d8e1f2bb4097d2c3702969a3056c8 (patch)
tree730f64ab048efaaff3474caec4a0ede7c9d3fa39
parent0af52dfc29ba5acb9a54292228c8cff84da78572 (diff)
downloadpfsense-dabfd3cc445d8e1f2bb4097d2c3702969a3056c8.zip
pfsense-dabfd3cc445d8e1f2bb4097d2c3702969a3056c8.tar.gz
Fix wording per ticket #1471
-rwxr-xr-xusr/local/www/diag_backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index a36360c..d921924 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.";
}
OpenPOWER on IntegriCloud