diff --git a/src/k_menufunc.c b/src/k_menufunc.c index bbe0b353c..3ffc8403a 100644 --- a/src/k_menufunc.c +++ b/src/k_menufunc.c @@ -6319,7 +6319,7 @@ void M_EndGame(INT32 choice) if (!Playing()) return; - M_StartMessage(M_GetText("Are you sure you want to return\nto the title screen?\nPress (A) to confirm or (B) to cancel\n"), FUNCPTRCAST(M_ExitGameResponse), MM_YESNO); + 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); }