Rename tabs in the project manager
(cherry picked from commit 7813167196
)
This commit is contained in:
parent
457ccb21b6
commit
ea476543ea
1 changed files with 2 additions and 2 deletions
|
@ -2456,7 +2456,7 @@ ProjectManager::ProjectManager() {
|
|||
HBoxContainer *tree_hb = memnew(HBoxContainer);
|
||||
projects_hb = tree_hb;
|
||||
|
||||
projects_hb->set_name(TTR("Projects"));
|
||||
projects_hb->set_name(TTR("Local Projects"));
|
||||
|
||||
tabs->add_child(tree_hb);
|
||||
|
||||
|
@ -2579,7 +2579,7 @@ ProjectManager::ProjectManager() {
|
|||
|
||||
if (StreamPeerSSL::is_available()) {
|
||||
asset_library = memnew(EditorAssetLibrary(true));
|
||||
asset_library->set_name(TTR("Templates"));
|
||||
asset_library->set_name(TTR("Asset Library Projects"));
|
||||
tabs->add_child(asset_library);
|
||||
asset_library->connect("install_asset", this, "_install_project");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue