mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Rename the Debugger's stack debug section to Stack Trace
This commit is contained in:
parent
fd4a06c515
commit
74361b3d50
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user