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

@@ -690,7 +690,7 @@ ExportTemplateManager::ExportTemplateManager() {
remove_confirm->connect("confirmed", this, "_uninstall_template_confirm");
template_open = memnew(FileDialog);
template_open->set_title(TTR("Select template file"));
template_open->set_title(TTR("Select Template File"));
template_open->add_filter("*.tpz ; Godot Export Templates");
template_open->set_access(FileDialog::ACCESS_FILESYSTEM);
template_open->set_mode(FileDialog::MODE_OPEN_FILE);