1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Change OK text in snap dialog to OK

(cherry picked from commit 8f85858224)
This commit is contained in:
Aaron Franke
2020-06-03 10:55:03 -04:00
committed by Rémi Verschelde
parent b4ca613138
commit 7021991cd9

View File

@@ -86,7 +86,6 @@ public:
GridContainer *child_container;
set_title(TTR("Configure Snap"));
get_ok()->set_text(TTR("Close"));
container = memnew(VBoxContainer);
add_child(container);