diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-03 22:47:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 22:47:18 +0200 |
commit | 176e6a0be3552b682577d3ac227fd068dce80b49 (patch) | |
tree | 949fbb323ad06d07dd4db12d7181ae3fb7e59e76 | |
parent | 7c3dc855caf35b56c29e541b83fb4d6b6bd2f28f (diff) | |
parent | 8f8585822401ce5f216976afb4d2f4d05890b9ac (diff) |
Merge pull request #39262 from aaronfranke/ok
Change OK text in snap dialog to OK
-rw-r--r-- | editor/plugins/canvas_item_editor_plugin.cpp | 1 |
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); |