The Trunk: System-mt.1534.mcz
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Marcel Taeumel uploaded a new version of System to project The Trunk: http://source.squeak.org/trunk/System-mt.1534.mcz ==================== Summary ==================== Name: System-mt.1534 Author: mt Time: 7 August 2026, 3:54:22.000413 pm UUID: 6745f2f8-6e5c-0f48-831e-51f09ce9964d Ancestors: System-mt.1533 Fixes minor slips in the area of locale and user-interface translations. Note that #translated must be sent to the literal string. If not feasible, #translatedNoop can be used to flag the literal for extraction and #translate later. The combination of #withCRs and #asTextFromHtml is unfortunate for the performance as '<br>' can be used to insert line breaks. =============== Diff against System-mt.1533 =============== Item was changed: ----- Method: MailSender class>>setUserEmail (in category 'settings') ----- setUserEmail "Change the user's email for use in composing messages." (Project uiManager + request: 'What is your email address?\(This is the address other people will reply to you)' translated withCRs - request: 'What is your email address?\(This is the address other people will reply to you)' withCRs translated initialAnswer: (UserEmail ifNil: [''])) ifNotNil: [:answer | UserEmail := answer]! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]