From 8f8585822401ce5f216976afb4d2f4d05890b9ac Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Wed, 3 Jun 2020 10:55:03 -0400 Subject: [PATCH] Change OK text in snap dialog to OK --- editor/plugins/canvas_item_editor_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp index 573876c488e..59366a239fc 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);