A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-ct.720.mcz==================== Summary ====================
Name: Monticello-ct.720
Author: ct
Time: 5 June 2020, 9:44:17.679974 pm
UUID: a5d233af-78d9-f844-b26c-cedf26366ff3
Ancestors: Monticello-mt.719
Proposal: Change MCOrganizationDefinition >> #summary to display a static string rather than the full list. The latter led to an overflow in MCVersionDialogs in past.
=============== Diff against Monticello-mt.719 ===============
Item was changed:
----- Method: MCOrganizationDefinition>>summary (in category 'accessing') -----
summary
+ ^ 'Organization' translated!
- ^ categories asArray printString!