diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index 6490d5e96b..c67ea2706b 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -173,7 +173,7 @@ void ThemeManager::LoadThemeRecursive( deque &theme, const CString &sThem static int depth = 0; static bool loaded_base = false; depth++; - ASSERT_M( depth < 20, "Circular NoteSkin fallback references detected." ); + ASSERT_M( depth < 20, "Circular theme fallback references detected." ); if( !sThemeName.CompareNoCase(BASE_THEME_NAME) ) loaded_base = true;