mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #99054 from timothyqiu/session-names
Translate the name of the debugger session tabs
This commit is contained in:
commit
0c45ace151
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ ScriptEditorDebugger *EditorDebuggerNode::_add_debugger() {
|
|||
|
||||
tabs->add_child(node);
|
||||
|
||||
node->set_name("Session " + itos(tabs->get_tab_count()));
|
||||
node->set_name(vformat(TTR("Session %d"), tabs->get_tab_count()));
|
||||
if (tabs->get_tab_count() > 1) {
|
||||
node->clear_style();
|
||||
tabs->set_tabs_visible(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue