revert box naming
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user