summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2020-06-03 10:55:03 -0400
committerAaron Franke <arnfranke@yahoo.com>2020-06-03 10:55:03 -0400
commit8f8585822401ce5f216976afb4d2f4d05890b9ac (patch)
treed53d02f1bf01b230f3f7d69e43163db9ada2b558
parentdc67d0737b86c7a6cab66752b96631c59c703997 (diff)
Change OK text in snap dialog to OK
-rw-r--r--editor/plugins/canvas_item_editor_plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp
index 573876c488..59366a239f 100644
--- a/editor/plugins/canvas_item_editor_plugin.cpp
+++ b/editor/plugins/canvas_item_editor_plugin.cpp
@@ -87,7 +87,6 @@ public:
GridContainer *child_container;
set_title(TTR("Configure Snap"));
- get_ok()->set_text(TTR("Close"));
container = memnew(VBoxContainer);
add_child(container);