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 96c015db7b
commit fca481e7bd

View File

@@ -3564,7 +3564,7 @@ VisualScriptEditor::VisualScriptEditor() {
graph->connect("scroll_offset_changed", this, "_graph_ofs_changed");
select_func_text = memnew(Label);
select_func_text->set_text(TTR("Select or create a function to edit graph"));
select_func_text->set_text(TTR("Select or create a function to edit its graph."));
select_func_text->set_align(Label::ALIGN_CENTER);
select_func_text->set_valign(Label::VALIGN_CENTER);
select_func_text->set_h_size_flags(SIZE_EXPAND_FILL);