diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-10-05 21:00:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-10-05 21:00:25 +0000 |
commit | dabfd3cc445d8e1f2bb4097d2c3702969a3056c8 (patch) | |
tree | 730f64ab048efaaff3474caec4a0ede7c9d3fa39 | |
parent | 0af52dfc29ba5acb9a54292228c8cff84da78572 (diff) | |
download | pfsense-dabfd3cc445d8e1f2bb4097d2c3702969a3056c8.zip pfsense-dabfd3cc445d8e1f2bb4097d2c3702969a3056c8.tar.gz |
Fix wording per ticket #1471
-rwxr-xr-x | usr/local/www/diag_backup.php | 2 |
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."; } |