Marcel Taeumel uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/Protocols-mt.77.mcz==================== Summary ====================
Name: Protocols-mt.77
Author: mt
Time: 5 November 2020, 4:24:06.587798 pm
UUID: 5ed88b5e-03e7-6049-a383-c5a5e619e822
Ancestors: Protocols-mt.76
Complements System-mt.1190
=============== Diff against Protocols-mt.76 ===============
Item was changed:
----- Method: ObjectWithDocumentation>>wording (in category 'accessing') -----
wording
"Answer the receiver's wording"
| wording |
(wording := self propertyAt: #wording ifAbsent: [nil])
+ ifNotNil: [^wording translatedInDomain: 'Etoys'].
- ifNotNil: [^wording translatedInDomain: 'Etoys-Tiles' or: 'Etoys'].
self initWordingAndDocumentation.
^self propertyAt: #wording ifAbsent: ['']!