diff options
author | Bill Marquette <billm@pfsense.org> | 2007-10-05 20:50:42 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2007-10-05 20:50:42 +0000 |
commit | 3afdcfe8ad91ba6b5ccfd2f366e90a5a605cfff2 (patch) | |
tree | 969cbd8f5aabc853fd294eb1e16099a270d4dddf | |
parent | e461fcfc5596f1054dbcb90c7f4532b89212f379 (diff) | |
download | pfsense-3afdcfe8ad91ba6b5ccfd2f366e90a5a605cfff2.zip pfsense-3afdcfe8ad91ba6b5ccfd2f366e90a5a605cfff2.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 4545d32..2be3058 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']); |