Merge pull request #76897 from aaronfranke/debug-stack

Rename the Debugger's stack debug section
This commit is contained in:
Rémi Verschelde 2023-05-12 11:17:55 +02:00
commit f7374e2db7
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -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);