From 2d39de68e9b10291d265f73fe0bf8b08a12ce6ab Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 20 Aug 2002 06:26:34 +0000 Subject: [PATCH] Fix typo. --- stepmania/src/ScreenGameplay.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 56e6ae07f0..9f7f5cabfb 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1091,7 +1091,7 @@ void ShowSavePrompt( ScreenMessage SM_SendWhenDone ) "%s.\n" "Would you like to save these changes back\n" "to the song file?\n" - "Choosing NO will disgard your changes.", + "Choosing NO will discard your changes.", GAMESTATE->m_pCurSong->GetFullTitle() ); break; case PLAY_MODE_ONI: @@ -1101,7 +1101,7 @@ void ShowSavePrompt( ScreenMessage SM_SendWhenDone ) "one or more songs in this course.\n" "Would you like to save these changes back\n" "to the song file(s)?\n" - "Choosing NO will disgard your changes." ); + "Choosing NO will discard your changes." ); break; default: ASSERT(0);