diff --git a/stepmania/src/GameCommand.cpp b/stepmania/src/GameCommand.cpp index 6b1125495a..fd3653f960 100644 --- a/stepmania/src/GameCommand.cpp +++ b/stepmania/src/GameCommand.cpp @@ -215,7 +215,7 @@ void GameCommand::Load( int iIndex, const Commands& cmds ) { CString sWarning = ssprintf( "Command '%s' is not valid.", command->GetOriginalCommandString().c_str() ); LOG->Warn( sWarning ); - Dialog::OK( sWarning, "FRAME_DIMENSIONS_WARNING" ); + Dialog::OK( sWarning, "INVALID_GAME_COMMAND" ); } }