Marcel Taeumel uploaded a new version of UpdateStream to project The Trunk:
http://source.squeak.org/trunk/UpdateStream-mt.6.mcz==================== Summary ====================
Name: UpdateStream-mt.6
Author: mt
Time: 13 August 2016, 9:10:46.906008 am
UUID: 0d515b59-0cec-ba45-91ff-575f12eaeaba
Ancestors: UpdateStream-ul.5
Preference help text updates. Thanks Tim R.!
=============== Diff against UpdateStream-ul.5 ===============
Item was changed:
----- Method: UpdateStreamDownloader class>>promptForUpdateServer (in category 'preferences') -----
promptForUpdateServer
<preference: 'Prompt for update server'
category: 'updates'
+ description: 'If true, the prompt for server choice when updating code from the server. Set this to false to leave the server choice unchanged from update to update.'
- description: 'If false, the prompt for server choice when updating code from the server is suppressed. Set this to false to leave the server choice unchanged from update to update.'
type: #Boolean>
^PromptForUpdateServer ifNil: [ false ]!