Editor: Add some more translatable strings.
This commit is contained in:
parent
a1c03a69d2
commit
6134d8741d
30 changed files with 126 additions and 132 deletions
|
|
@ -1004,7 +1004,7 @@ SceneTreeEditor::SceneTreeEditor(bool p_label, bool p_can_rename, bool p_can_ope
|
|||
|
||||
warning = memnew(AcceptDialog);
|
||||
add_child(warning);
|
||||
warning->set_title("Node Configuration Warning!");
|
||||
warning->set_title(TTR("Node Configuration Warning!"));
|
||||
|
||||
show_enabled_subscene = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue