Made the result message a bit more informative when stopping the server.

master
penguinc 2005-01-23 07:23:18 +00:00
parent 2e84749315
commit 88e4f795a6
1 changed files with 3 additions and 2 deletions

View File

@ -32,8 +32,9 @@ case 'stop':
$notification->push(_("There was a problem stopping the server: ") . $notification->push(_("There was a problem stopping the server: ") .
$result->getMessage(), 'horde.error'); $result->getMessage(), 'horde.error');
} else { } else {
$notification->push(_("The server was stopped."), 'horde.success'); $notification->push(
sleep(2); _("The server was stopped. Reload if still running."),
'horde.success');
} }
break; break;
case 'start': case 'start':