diff --git a/src/k_menufunc.c b/src/k_menufunc.c index 29efb0b49..03bcfc9d0 100644 --- a/src/k_menufunc.c +++ b/src/k_menufunc.c @@ -6457,7 +6457,7 @@ void M_EndGame(INT32 choice) if (!Playing()) return; - M_StartMessage(M_GetText("Are you sure you want to return\nto the menu?\nPress (A) to confirm or (B) to cancel\n"), FUNCPTRCAST(M_ExitGameResponse), MM_YESNO); + M_StartMessage(M_GetText("Are you sure you want to\nreturn to the menu?\nPress (A) to confirm or (B) to cancel\n"), FUNCPTRCAST(M_ExitGameResponse), MM_YESNO); }