Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.833.mcz==================== Summary ====================
Name: System-mt.833
Author: mt
Time: 15 June 2016, 8:28:35.974896 am
UUID: 16d33125-ba8d-6844-b266-b5a4556d16c2
Ancestors: System-mt.832
Make it possible to access the common request strings from other applications.
=============== Diff against System-mt.832 ===============
Item was added:
+ ----- Method: Utilities class>>commonRequestStrings (in category 'common requests') -----
+ commonRequestStrings
+
+ (CommonRequestStrings == nil or: [CommonRequestStrings isKindOf: Array])
+ ifTrue: [self initializeCommonRequestStrings].
+ ^ CommonRequestStrings!