From 6deec0c0c2bd64d10da1e4da9dec3fb4a88242dc Mon Sep 17 00:00:00 2001 From: Luke Picciau Date: Wed, 24 Sep 2014 21:07:17 +0930 Subject: [PATCH] Changed GUI text to better match action --- tools/editor/create_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/editor/create_dialog.cpp b/tools/editor/create_dialog.cpp index 3a6b856247b..43c18341be3 100644 --- a/tools/editor/create_dialog.cpp +++ b/tools/editor/create_dialog.cpp @@ -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);