summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Haas <Hinsbart@users.noreply.github.com>2017-09-14 16:38:46 +0200
committerGitHub <noreply@github.com>2017-09-14 16:38:46 +0200
commit57516a447395223e56e93e05994a5bf69ee3bcac (patch)
tree3b86c2d20349658dfba5561c913dd09e5d2cac64
parent7e3c5043c1a676c69a3b81bbfb3ac95997f1ab1c (diff)
parent3aa7ea3bfcefd15299021b955d09ba05b72fb9d9 (diff)
Merge pull request #11268 from ISylvox/fix-typo
Fixes typo : from 'my' to 'may'
-rw-r--r--editor/editor_node.cpp2
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);