Improve wording of various messages and make casing more consistent
This also adds the number of selected projects to the confirmation dialog that appears before removing projects.
This commit is contained in:
@ -901,7 +901,7 @@ AnimationNodeBlendTreeEditor::AnimationNodeBlendTreeEditor() {
|
||||
filter_dialog->add_child(filter_vbox);
|
||||
|
||||
filter_enabled = memnew(CheckBox);
|
||||
filter_enabled->set_text(TTR("Enable filtering"));
|
||||
filter_enabled->set_text(TTR("Enable Filtering"));
|
||||
filter_enabled->connect("pressed", this, "_filter_toggled");
|
||||
filter_vbox->add_child(filter_enabled);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user