Change OK text in snap dialog to OK
This commit is contained in:
parent
dc67d0737b
commit
8f85858224
|
@ -87,7 +87,6 @@ public:
|
||||||
GridContainer *child_container;
|
GridContainer *child_container;
|
||||||
|
|
||||||
set_title(TTR("Configure Snap"));
|
set_title(TTR("Configure Snap"));
|
||||||
get_ok()->set_text(TTR("Close"));
|
|
||||||
|
|
||||||
container = memnew(VBoxContainer);
|
container = memnew(VBoxContainer);
|
||||||
add_child(container);
|
add_child(container);
|
||||||
|
|
Loading…
Reference in New Issue