diff --git a/src/servers/registrar/ShutdownProcess.cpp b/src/servers/registrar/ShutdownProcess.cpp index ec1abf3434..7c8ef4b0b8 100644 --- a/src/servers/registrar/ShutdownProcess.cpp +++ b/src/servers/registrar/ShutdownProcess.cpp @@ -1306,6 +1306,10 @@ ShutdownProcess::_WorkerDoShutdown() // we're through: do the shutdown _SetPhase(DONE_PHASE); + if (fReboot) + _SetShutdownWindowText("Restarting" B_UTF8_ELLIPSIS); + else + _SetShutdownWindowText("Shutting down" B_UTF8_ELLIPSIS); _ShutDown(); _SetShutdownWindowWaitForShutdown();