Marcel Taeumel uploaded a new version of PreferenceBrowser to project The Trunk:
http://source.squeak.org/trunk/PreferenceBrowser-ck.85.mcz==================== Summary ====================
Name: PreferenceBrowser-ck.85
Author: ck
Time: 18 December 2019, 9:22:49.829611 am
UUID: 1484d057-814b-4fb8-8d02-9b28797cf917
Ancestors: PreferenceBrowser-eem.84
Simple typo fix adding a space in the confirmation dialog.
=============== Diff against PreferenceBrowser-eem.84 ===============
Item was changed:
----- Method: PreferenceBrowser>>defaultSelected (in category 'preferences search') -----
defaultSelected
+ (Project uiManager confirm: 'Do you really want to restore the default\preferences?\\If you want to keep the current state,\you have to save it first.' translated withCRs title: 'Restore Preferences')
+ ifFalse: [^ self].
-
- (Project uiManager
- confirm: 'Do you really want to restorethe default\preferences?\\If you want to keep the current state,\you have to save it first.' translated withCRs
- title: 'Restore Preferences') ifFalse: [^ self].
-
-
Preferences chooseInitialSettings!