[Pkg] The Trunk: Protocols-mt.77.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 5 15:24:08 UTC 2020


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: ['']!



More information about the Packages mailing list