Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.128.mcz==================== Summary ====================
Name: Etoys-kfr.128
Author: kfr
Time: 15 March 2012, 8:41:25 pm
UUID: 06e4b461-ba80-434c-ba53-28ea2ebe421c
Ancestors: Etoys-kfr.127
Missing ) in wording SQ-1044
=============== Diff against Etoys-kfr.127 ===============
Item was changed:
----- Method: FollowingWatcher>>addCustomMenuItems:hand: (in category 'accessing') -----
addCustomMenuItems: aMenu hand: aHand
"Add morph-specific items to a menu."
aMenu addUpdating: #attachmentEdgeString action: #chooseAttachmentEdge.
+ aMenu add: (('offset (currently {1}' translated format: {offset printString}), ')') action: #chooseOffset.
- aMenu add: ('offset (currently {1}' translated format: {offset printString}) action: #chooseOffset.
aMenu balloonTextForLastItem: 'fine-tune the position of this watcher relative to its chosen attachment edge' translated!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev