From a86c158d032aa1d9255eb1db59217fb39c2980e8 Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 23 Feb 2012 08:36:33 -0500 Subject: Make the reboot time estimate a little more realisitic. --- usr/local/www/diag_defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/diag_defaults.php') 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; -- cgit v1.1