We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ac1f9 commit de74238Copy full SHA for de74238
GeneralsMD/Code/GameEngine/Source/GameLogic/ScriptEngine/ScriptEngine.cpp
@@ -598,7 +598,7 @@ void ScriptEngine::init( void )
598
599
curTemplate = &m_actionTemplates[ScriptAction::DEBUG_CRASH_BOX];
600
curTemplate->m_internalName = "DEBUG_CRASH_BOX";
601
- curTemplate->m_uiName = "{INTERNAL}_/Debug/Display a crash box (debug/internal builds only).";
+ curTemplate->m_uiName = "{INTERNAL}_/Debug/Display a crash box (debug builds only).";
602
curTemplate->m_numParameters = 1;
603
curTemplate->m_parameters[0] = Parameter::TEXT_STRING;
604
curTemplate->m_numUiStrings = 1;
0 commit comments