Nicolas Cellier uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-nice.1041.mcz==================== Summary ====================
Name: Tools-nice.1041
Author: nice
Time: 16 April 2021, 10:35:02.178501 pm
UUID: 748a435f-3013-754a-a132-23d62251d01d
Ancestors: Tools-nice.1040
Fixup copy/paste slip in stackTopTranslated
=============== Diff against Tools-nice.1040 ===============
Item was changed:
----- Method: ContextInspector>>stackTopTranslated (in category 'private') -----
stackTopTranslated
"Alas translation is slow enough that we notice the slow down in trying to step in the debugger..."
(CurrentLocale ~= Locale current
+ or: [CachedStackTopLabel isNil]) ifTrue:
- or: [CachedTempVarsLabel isNil]) ifTrue:
[CurrentLocale := Locale current.
CachedStackTopLabel := 'stack top' translated].
^CachedStackTopLabel!