diff options
author | Luke Picciau <luke.b.picciau@gmail.com> | 2014-09-24 21:07:17 +0930 |
---|---|---|
committer | Luke Picciau <luke.b.picciau@gmail.com> | 2014-09-24 21:07:17 +0930 |
commit | 6deec0c0c2bd64d10da1e4da9dec3fb4a88242dc (patch) | |
tree | a71bdf0738840ef05e8dad204a9b8b5241045071 | |
parent | cf04e1a827cadb597d8cbed534a4cc04a0ada4fc (diff) |
Changed GUI text to better match action
-rw-r--r-- | tools/editor/create_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/create_dialog.cpp b/tools/editor/create_dialog.cpp index 3a6b856247..43c18341be 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); |