Skip to content

Commit

Permalink
Merge 01fb7ee
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Dec 30, 2024
2 parents b2ff9bc + 01fb7ee commit dae8465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GToolkit-Transcript/GtTranscript.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GtTranscript >> insertString: aString withAttributesForWholeString: aCollection
aText append: toAppend.
self announcer announce: (GtTranscriptInsertStringAnnouncement new
string: aString;
attributes: aCollection) ]
attributes: aCollection, aCollection2) ]
]

{ #category : #translation }
Expand Down

0 comments on commit dae8465

Please sign in to comment.