Ticket #1728 (closed defect: notsugar)
etoys - Extraneous double spaces present in UI strings.
| Reported by: | cjl | Owned by: | bert |
|---|---|---|---|
| Priority: | Normal | Milestone: | Unspecified by Release Team |
| Component: | Etoys | Version: | Unspecified |
| Severity: | Minor | Keywords: | |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | Assigned |
Description
Extraneous double space present in UI strings.
=================
Morphic-Flaps,Flaps_class>>defaultsQuadsDefiningScriptingFlap,TextMorph_class>>registerInFlapsRegistry
"A data field which will have a different value on every card of the background"
should be:
"A data field which will have a different value on every card of the background"
=================
Morphic-Kernel,TheWorldMenu>>windowsMenu
"Brings an open fileList to the front, creating one if necessary, and makes it the active window"
should be:
"Brings an open fileList to the front, creating one if necessary, and makes it the active window"
=================
Morphic-Mentoring,EventRecordingSpace>>makeStatusButtons
"When you hit this, you will be handed a button which, when it is clicked, will open up an Event Player in which the recording can be played back."
should be:
"When you hit this, you will be handed a button which, when it is clicked, will open up an Event Player in which the recording can be played back."
=================
Morphic-Scripting,CategoryViewer>>phraseForTimesRepeat
"Drag here to tear off a Repeat/Times unit which you can drop into your script"
should be:
"Drag here to tear off a Repeat/Times unit which you can drop into your script"
