Changed GUI text to better match action
This commit is contained in:
parent
cf04e1a827
commit
6deec0c0c2
|
@ -289,7 +289,7 @@ CreateDialog::CreateDialog() {
|
|||
search_box->connect("input_event",this,"_sbox_input");
|
||||
search_options = memnew( Tree );
|
||||
vbc->add_margin_child("Matches:",search_options,true);
|
||||
get_ok()->set_text("Open");
|
||||
get_ok()->set_text("Create");
|
||||
get_ok()->set_disabled(true);
|
||||
register_text_enter(search_box);
|
||||
set_hide_on_ok(false);
|
||||
|
|
Loading…
Reference in New Issue