We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ca46bf + f329439 commit 507df7bCopy full SHA for 507df7b
editor/plugins/script_editor_plugin.cpp
@@ -4214,6 +4214,7 @@ ScriptEditor::ScriptEditor(WindowWrapper *p_wrapper) {
4214
overview_vbox->add_child(buttons_hbox);
4215
4216
filename = memnew(Label);
4217
+ filename->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
4218
filename->set_clip_text(true);
4219
filename->set_h_size_flags(SIZE_EXPAND_FILL);
4220
filename->set_vertical_alignment(VERTICAL_ALIGNMENT_CENTER);
0 commit comments