diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-08-09 11:22:11 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-08-09 11:22:11 +0200 |
commit | 147f7fbdcf2ee34f641f283c5785cbe977dc1b07 (patch) | |
tree | 2cc945e99f535c5f5c269c3f800d7f71eb469a0b /editor/plugins/spatial_editor_plugin.cpp | |
parent | a71a5fc0c3f5d487d3f18c3b9e9a768052795e86 (diff) |
Tweak some editor button texts
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/spatial_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index 47f10d977a..645942b9fb 100644 --- a/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -3389,7 +3389,7 @@ void SpatialEditorViewport::drop_data_fw(const Point2 &p_point, const Variant &p if (root_node) { list.push_back(root_node); } else { - accept->get_ok()->set_text(TTR("OK :(")); + accept->get_ok()->set_text(TTR("OK")); accept->set_text(TTR("No parent to instance a child at.")); accept->popup_centered_minsize(); _remove_preview(); |