revert box naming

This commit is contained in:
nhmall
2018-03-19 07:13:07 -04:00
parent b85b7b93f0
commit 7238803b25
3 changed files with 7 additions and 18 deletions

View File

@@ -995,10 +995,10 @@ unsigned doname_flags;
if (lknown && Is_box(obj)) {
if (obj->obroken)
/* 3.6.0 used an "unlockable" prefix here but that could be
misunderstood to mean "capable of being unlocked" rather
than the intended "not capable of being locked" */
Strcat(bp, " with a broken lock");
/* 3.6.0 used "unlockable" here but that could be misunderstood
to mean "capable of being unlocked" rather than the intended
"not capable of being locked" */
Strcat(prefix, "broken ");
else if (obj->olocked)
Strcat(prefix, "locked ");
else