mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 17:11:30 +00:00
Merge pull request #34625 from timothyqiu/i18n
Makes more editor strings translatable
This commit is contained in:
commit
e37ad996a1
10 changed files with 15 additions and 15 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue