summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_defaults.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-02-23 08:36:33 -0500
committerjim-p <jimp@pfsense.org>2012-02-23 08:36:54 -0500
commita86c158d032aa1d9255eb1db59217fb39c2980e8 (patch)
tree97f5874610026c3dba5e6c9e8cc8060d467d6444 /usr/local/www/diag_defaults.php
parentb738cea7c69b79f11c942fbbfb65915e7b272541 (diff)
downloadpfsense-a86c158d032aa1d9255eb1db59217fb39c2980e8.zip
pfsense-a86c158d032aa1d9255eb1db59217fb39c2980e8.tar.gz
Make the reboot time estimate a little more realisitic.
Diffstat (limited to 'usr/local/www/diag_defaults.php')
-rwxr-xr-xusr/local/www/diag_defaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_defaults.php b/usr/local/www/diag_defaults.php
index 612e02a..86ea6f9 100755
--- a/usr/local/www/diag_defaults.php
+++ b/usr/local/www/diag_defaults.php
@@ -48,7 +48,7 @@ if ($_POST) {
if ($_POST['Submit'] != " No ") {
reset_factory_defaults();
system_reboot();
- $rebootmsg = gettext("The system has been reset to factory defaults and is now rebooting. This may take one minute.");
+ $rebootmsg = gettext("The system has been reset to factory defaults and is now rebooting. This may take a few minutes, depending on your hardware.");
} else {
header("Location: index.php");
exit;
OpenPOWER on IntegriCloud