summaryrefslogtreecommitdiff
path: root/editor/plugins/spatial_editor_plugin.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-08-14 15:45:34 +0200
committerGitHub <noreply@github.com>2018-08-14 15:45:34 +0200
commitc8414007addf1df8d97cd92841faf375bc11ecd0 (patch)
tree3d8d790b5b42ebd8b772300534131d9ca946900c /editor/plugins/spatial_editor_plugin.cpp
parent2ae7c67322fc29a91ce35267f8837734f69ad41a (diff)
parent147f7fbdcf2ee34f641f283c5785cbe977dc1b07 (diff)
Merge pull request #20835 from Calinou/use-standard-button-texts-2
Tweak some editor button texts
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.cpp')
-rw-r--r--editor/plugins/spatial_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp
index acef092d7b..ba9785975f 100644
--- a/editor/plugins/spatial_editor_plugin.cpp
+++ b/editor/plugins/spatial_editor_plugin.cpp
@@ -3346,7 +3346,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();