1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Merge pull request #27707 from Calinou/tweak-message-wording

Improve wording of various messages and make casing more consistent
This commit is contained in:
Rémi Verschelde
2019-04-30 11:10:36 +02:00
committed by GitHub
19 changed files with 79 additions and 71 deletions

View File

@@ -949,7 +949,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);