Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-mt.182.mcz==================== Summary ====================
Name: MorphicExtras-mt.182
Author: mt
Time: 13 August 2016, 9:14:59.600008 am
UUID: eaec9364-637c-7d44-a06e-8e1b2cb3f2ba
Ancestors: MorphicExtras-mt.181
Preference help text updates. Thanks Tim R.!
=============== Diff against MorphicExtras-mt.181 ===============
Item was changed:
----- Method: TrashCanMorph class>>preserveTrash (in category 'preferences') -----
preserveTrash
+ <preference: 'Preserve trash' category: 'morphic' description: 'If true, morphs dismissed via halo or dragged into the Trash will be preserved in the TrashCan for possible future retrieval.' type: #Boolean>
- <preference: 'Preserve trash' category: 'morphic' description: 'If true, morphs dismissed via halo or dragged into the Trash willbe preserved in the TrashCan for possible future retrieval.' type: #Boolean>
^ PreserveTrash ifNil: [false].!