You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Use consistent casing in editor filter/search bars
This commit is contained in:
@@ -1402,9 +1402,9 @@ EditorAssetLibrary::EditorAssetLibrary(bool p_templates_only) {
|
||||
|
||||
filter = memnew(LineEdit);
|
||||
if (templates_only) {
|
||||
filter->set_placeholder(TTR("Search templates, projects, and demos"));
|
||||
filter->set_placeholder(TTR("Search Templates, Projects, and Demos"));
|
||||
} else {
|
||||
filter->set_placeholder(TTR("Search assets (excluding templates, projects, and demos)"));
|
||||
filter->set_placeholder(TTR("Search Assets (Excluding Templates, Projects, and Demos)"));
|
||||
}
|
||||
filter->set_clear_button_enabled(true);
|
||||
search_hb->add_child(filter);
|
||||
|
||||
Reference in New Issue
Block a user