[squeak-dev] The Trunk: ReleaseBuilder-mt.227.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 19 10:44:43 UTC 2022


Marcel Taeumel uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-mt.227.mcz

==================== Summary ====================

Name: ReleaseBuilder-mt.227
Author: mt
Time: 19 January 2022, 11:44:44.045855 am
UUID: cb456b4e-c7f0-e641-89ea-4c6c5becd96b
Ancestors: ReleaseBuilder-ct.226

Fixes GetText export: "withCRs translated" -> "translated withCRs"

=============== Diff against ReleaseBuilder-ct.226 ===============

Item was changed:
  ----- Method: ReleaseBuilder class>>saveClean (in category 'saving') -----
  saveClean
  	"Use this to clean up the current image and save it under a new name."
  
  	(Project uiManager
+ 		confirm: 'This will update and clean-up the current (!!) image,\which is then saved under the same (!!) name.\\Do you want to continue?' translated withCRs
- 		confirm: 'This will update and clean-up the current (!!) image,\which is then saved under the same (!!) name.\\Do you want to continue?' withCRs translated
  		title: 'Clean Image' translated) == true ifFalse: [^ self].
  
  	self
  		prepareSourceCode;
  		prepareEnvironment.
  		
  	self saveAndQuit.!



More information about the Squeak-dev mailing list