Rename Active Object to Context

This commit is contained in:
Skyler Lehmkuhl 2024-12-19 04:49:06 -05:00
parent 0e7f64deca
commit 270b15d2c3
1 changed files with 1 additions and 1 deletions

View File

@ -4161,7 +4161,7 @@ function updateInfopanel() {
let breadcrumbs = document.createElement("div")
const bctitle = document.createElement('span');
bctitle.style.cursor = "default"
bctitle.textContent = "Active object: ";
bctitle.textContent = "Context: ";
breadcrumbs.appendChild(bctitle);
let crumbs = []
for (let object of context.objectStack) {