diff -r 55257b1ccb31 -r 3667763f2f12 UserPreferences.st --- a/UserPreferences.st Mon Oct 28 01:18:16 2019 +0100 +++ b/UserPreferences.st Mon Oct 28 19:47:44 2019 +0100 @@ -5513,7 +5513,7 @@ unitForFileSize "may return either 1000 or 1024" - ^ self at:#unitForFileSize ifAbsent:[1000] + ^ self at:#unitForFileSize ifAbsent:[1024] ! unitStringsForFileSize