Merge pull request #39262 from aaronfranke/ok

Change OK text in snap dialog to OK
This commit is contained in:
Rémi Verschelde 2020-06-03 22:47:18 +02:00 committed by GitHub
commit 176e6a0be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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