Change OK text in snap dialog to OK

This commit is contained in:
Aaron Franke 2020-06-03 10:55:03 -04:00
parent dc67d0737b
commit 8f85858224
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF

View file

@ -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);