You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Use consistent casing in editor filter/search bars
This commit is contained in:
@@ -1221,7 +1221,7 @@ GridMapEditor::GridMapEditor() {
|
||||
|
||||
search_box = memnew(LineEdit);
|
||||
search_box->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
search_box->set_placeholder(TTR("Filter meshes"));
|
||||
search_box->set_placeholder(TTR("Filter Meshes"));
|
||||
hb->add_child(search_box);
|
||||
search_box->connect("text_changed", callable_mp(this, &GridMapEditor::_text_changed));
|
||||
search_box->connect("gui_input", callable_mp(this, &GridMapEditor::_sbox_input));
|
||||
|
||||
Reference in New Issue
Block a user