Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.143.mcz==================== Summary ====================
Name: Etoys-kfr.143
Author: kfr
Time: 27 September 2012, 10:36:38 pm
UUID: 31935eab-77c7-3940-a48f-8c23a49cc98d
Ancestors: Etoys-bf.142
http://tracker.squeakland.org/browse/SQ-1118partName and documentation in KeyPressMorph>>descriptionForPartsBin need to be translatable.
=============== Diff against Etoys-bf.142 ===============
Item was changed:
----- Method: KeyPressMorph class>>descriptionForPartsBin (in category 'parts bin') -----
descriptionForPartsBin
^ self
+ partName: 'Key press' translatedNoop
+ categories: {'Just for Fun' translatedNoop}
+ documentation: 'An object that tells you when a specific key has been pressed.' translatedNoop
- partName: 'Key press'
- categories: #('Just for Fun' )
- documentation: 'An object that tells you when a specific key has been pressed.'
!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev