changes restart/shutdown messages to some neutral text (no Windows/WINE/ReactOS

svn path=/trunk/; revision=7438
This commit is contained in:
Martin Fuchs 2004-01-03 23:03:39 +00:00
parent cd9ce31d63
commit 2d9a09646b

View file

@ -383,7 +383,7 @@ int WINAPI RestartDialogEx(HWND hwndOwner, LPCWSTR lpwstrReason, UINT uFlags, UI
/*FIXME: use uReason */
if (MessageBoxA(hwndOwner, "Do you want to restart Windows?", "Restart", MB_YESNO|MB_ICONQUESTION) == IDYES)
if (MessageBoxA(hwndOwner, "Do you want to restart the system?", "Restart", MB_YESNO|MB_ICONQUESTION) == IDYES)
{
if (SHELL_OsIsUnicode())
{
@ -439,7 +439,7 @@ void WINAPI ExitWindowsDialog (HWND hWndOwner)
{
TRACE("(%p)\n", hWndOwner);
if (MessageBoxA(hWndOwner, "Do you want to exit Windows?", "Shutdown", MB_YESNO|MB_ICONQUESTION) == IDYES)
if (MessageBoxA(hWndOwner, "Do you want to shutdown?", "Shutdown", MB_YESNO|MB_ICONQUESTION) == IDYES)
{
if (SHELL_OsIsUnicode())
{