Browse Source

Rename the Debugger's stack debug section to Stack Trace

Aaron Franke 2 years ago
parent
commit
74361b3d50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/debugger/script_editor_debugger.cpp

+ 1 - 1
editor/debugger/script_editor_debugger.cpp

@@ -1732,7 +1732,7 @@ ScriptEditorDebugger::ScriptEditorDebugger() {
 
 	{ //debugger
 		VBoxContainer *vbc = memnew(VBoxContainer);
-		vbc->set_name(TTR("Debugger"));
+		vbc->set_name(TTR("Stack Trace"));
 		Control *dbg = vbc;
 
 		HBoxContainer *hbc = memnew(HBoxContainer);