user32: Grammar fix.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrew Eikum 2016-04-15 12:30:47 -05:00 committed by Alexandre Julliard
parent a2f285bf7e
commit 76f1c254a2
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ static LRESULT MDI_RefreshMenu(MDICLIENTINFO *ci)
if (!IsMenu(ci->hWindowMenu))
{
WARN("Window menu handle %p is no more valid\n", ci->hWindowMenu);
WARN("Window menu handle %p is no longer valid\n", ci->hWindowMenu);
return 0;
}