Browse Source

Changed GUI text to better match action

Luke Picciau 11 years ago
parent
commit
6deec0c0c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/editor/create_dialog.cpp

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