diff options
author | Indah Sylvia <ISylvox@yahoo.com> | 2017-09-14 21:30:16 +0700 |
---|---|---|
committer | Indah Sylvia <ISylvox@yahoo.com> | 2017-09-14 21:30:16 +0700 |
commit | 3aa7ea3bfcefd15299021b955d09ba05b72fb9d9 (patch) | |
tree | 3b86c2d20349658dfba5561c913dd09e5d2cac64 | |
parent | 7e3c5043c1a676c69a3b81bbfb3ac95997f1ab1c (diff) |
Fixed typo in editor_node.cpp: 'my' to 'may'
-rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index d0474825d7..4bcf5a49e6 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -5274,7 +5274,7 @@ EditorNode::EditorNode() { clear_button->connect("pressed", this, "_clear_search_box"); property_editable_warning = memnew (Button); - property_editable_warning->set_text(TTR("Changes my be lost!")); + property_editable_warning->set_text(TTR("Changes may be lost!")); prop_editor_base->add_child(property_editable_warning); property_editable_warning_dialog = memnew( AcceptDialog ); gui_base->add_child(property_editable_warning_dialog); |