Rename the Debugger's stack debug section to Stack Trace

(cherry picked from commit 74361b3d50f717bd2758bb9ffe5bf79e2060bcb3)
This commit is contained in:
Aaron Franke
2023-05-12 12:31:23 +02:00
committed by Rémi Verschelde
parent 9e11b78d1c
commit 161f389f93
+1 -1
View File
@@ -1717,7 +1717,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);