Fix typo.
This commit is contained in:
@@ -1091,7 +1091,7 @@ void ShowSavePrompt( ScreenMessage SM_SendWhenDone )
|
|||||||
"%s.\n"
|
"%s.\n"
|
||||||
"Would you like to save these changes back\n"
|
"Would you like to save these changes back\n"
|
||||||
"to the song file?\n"
|
"to the song file?\n"
|
||||||
"Choosing NO will disgard your changes.",
|
"Choosing NO will discard your changes.",
|
||||||
GAMESTATE->m_pCurSong->GetFullTitle() );
|
GAMESTATE->m_pCurSong->GetFullTitle() );
|
||||||
break;
|
break;
|
||||||
case PLAY_MODE_ONI:
|
case PLAY_MODE_ONI:
|
||||||
@@ -1101,7 +1101,7 @@ void ShowSavePrompt( ScreenMessage SM_SendWhenDone )
|
|||||||
"one or more songs in this course.\n"
|
"one or more songs in this course.\n"
|
||||||
"Would you like to save these changes back\n"
|
"Would you like to save these changes back\n"
|
||||||
"to the song file(s)?\n"
|
"to the song file(s)?\n"
|
||||||
"Choosing NO will disgard your changes." );
|
"Choosing NO will discard your changes." );
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ASSERT(0);
|
ASSERT(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user