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:
Hugo Locurcio
2019-03-25 01:54:29 +01:00
parent cc349336e7
commit 35a0162167
20 changed files with 82 additions and 74 deletions

View File

@ -113,7 +113,7 @@ RenameDialog::RenameDialog(SceneTreeEditor *p_scene_tree_editor, UndoRedo *p_und
collapse_theme->set_icon("unchecked", "CheckBox", collapse_theme->get_icon("GuiTreeArrowRight", "EditorIcons"));
CheckBox *chk_collapse_features = memnew(CheckBox);
chk_collapse_features->set_text(TTR("Advanced options"));
chk_collapse_features->set_text(TTR("Advanced Options"));
chk_collapse_features->set_theme(collapse_theme);
chk_collapse_features->set_focus_mode(FOCUS_NONE);
vbc->add_child(chk_collapse_features);