[etoys-dev] Etoys: Etoys-kfr.61.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 18 16:30:14 EDT 2011


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.
  !



More information about the etoys-dev mailing list