You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #34625 from timothyqiu/i18n
Makes more editor strings translatable
This commit is contained in:
@@ -457,7 +457,7 @@ MeshInstanceEditor::MeshInstanceEditor() {
|
||||
add_child(err_dialog);
|
||||
|
||||
debug_uv_dialog = memnew(AcceptDialog);
|
||||
debug_uv_dialog->set_title("UV Channel Debug");
|
||||
debug_uv_dialog->set_title(TTR("UV Channel Debug"));
|
||||
add_child(debug_uv_dialog);
|
||||
debug_uv = memnew(Control);
|
||||
debug_uv->set_custom_minimum_size(Size2(600, 600) * EDSCALE);
|
||||
|
||||
Reference in New Issue
Block a user