diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 4bd3570e99..df6c463eb8 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -1511,7 +1511,7 @@ void Song::MakeUniqueEditDescription( StepsType st, CString &sPreferredDescripti for( int i=0; i<1000; i++ ) { - // make name "My Edit" -> "My Edit" + // make name "My Edit" -> "My Edit2" CString sNum = ssprintf("%d", i+1); sTemp = sPreferredDescriptionInOut.Left( MAX_EDIT_STEPS_DESCRIPTION_LENGTH - sNum.size() ) + sNum;