ScreenPrompt cleanup

This commit is contained in:
Chris Danford
2005-03-23 06:13:28 +00:00
parent 322344473c
commit 7c6ed89975
5 changed files with 113 additions and 71 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ static bool ValidateCurrentStepsDescription( CString s, CString &sErrorOut )
{
if( !GAMESTATE->m_pCurSong->IsEditDescriptionUnique(GAMESTATE->m_pCurSteps[0]->m_StepsType, s, GAMESTATE->m_pCurSteps[0]) )
{
sErrorOut = "The supplied name supplied conflicts with another edit. Please use a different name.";
sErrorOut = "The supplied name supplied conflicts with another edit.\n\nPlease use a different name.";
return false;
}
}