1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Small capitalization fixes across the editor

This commit is contained in:
Michael Alexsander Silva Dias
2018-10-26 16:11:36 -03:00
parent 970b58148f
commit f3835282c4
8 changed files with 14 additions and 14 deletions

View File

@@ -1312,7 +1312,7 @@ void ProjectManager::_load_recent_projects() {
show->set_modulate(Color(1, 1, 1, 0.5));
path_hb->add_child(show);
show->connect("pressed", this, "_show_project", varray(path));
show->set_tooltip(TTR("Show In File Manager"));
show->set_tooltip(TTR("Show in File Manager"));
Label *fpath = memnew(Label(path));
fpath->set_name("path");