Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.61.mcz==================== Summary ====================
Name: Etoys-kfr.61
Author: kfr
Time: 18 May 2011, 10:29:35 pm
UUID: 6f6c832c-da70-594e-873d-df0f13bb6c30
Ancestors: Etoys-kfr.60
Extraneous double spaces present in UI strings
http://tracker.squeakland.org/browse/SQ-666=============== Diff against Etoys-kfr.60 ===============
Item was changed:
----- Method: CategoryViewer>>phraseForTimesRepeat (in category 'entries') -----
phraseForTimesRepeat
"Answer a phrase representing times/repeat"
| aPhrase aRow |
aPhrase _ PhraseTileForTimesRepeat new.
aRow _ ViewerLine newRow.
aRow addMorphBack: ScriptingSystem buttonSpacer.
aRow addMorphBack: self spacerAfterButton.
aRow addMorphBack: aPhrase.
+ aRow setBalloonText: 'Drag here to tear off a Repeat/Times unit which you can drop into your script' translated.
- aRow setBalloonText: 'Drag here to tear off a Repeat/Times unit which you can drop into your script' translated.
^ aRow.
!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev