You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Rename tabs in the project manager
(cherry picked from commit 7813167196)
This commit is contained in:
committed by
Rémi Verschelde
parent
457ccb21b6
commit
ea476543ea
@@ -2456,7 +2456,7 @@ ProjectManager::ProjectManager() {
|
|||||||
HBoxContainer *tree_hb = memnew(HBoxContainer);
|
HBoxContainer *tree_hb = memnew(HBoxContainer);
|
||||||
projects_hb = tree_hb;
|
projects_hb = tree_hb;
|
||||||
|
|
||||||
projects_hb->set_name(TTR("Projects"));
|
projects_hb->set_name(TTR("Local Projects"));
|
||||||
|
|
||||||
tabs->add_child(tree_hb);
|
tabs->add_child(tree_hb);
|
||||||
|
|
||||||
@@ -2579,7 +2579,7 @@ ProjectManager::ProjectManager() {
|
|||||||
|
|
||||||
if (StreamPeerSSL::is_available()) {
|
if (StreamPeerSSL::is_available()) {
|
||||||
asset_library = memnew(EditorAssetLibrary(true));
|
asset_library = memnew(EditorAssetLibrary(true));
|
||||||
asset_library->set_name(TTR("Templates"));
|
asset_library->set_name(TTR("Asset Library Projects"));
|
||||||
tabs->add_child(asset_library);
|
tabs->add_child(asset_library);
|
||||||
asset_library->connect("install_asset", this, "_install_project");
|
asset_library->connect("install_asset", this, "_install_project");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user