Opened 13 years ago
Closed 13 years ago
#1728 closed defect (notsugar)
etoys - Extraneous double spaces present in UI strings.
Reported by: | cjl | Owned by: | bert |
---|---|---|---|
Priority: | Normal | Milestone: | Unspecified |
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"
Change History (2)
comment:1 Changed 13 years ago by bert
- Bug Status changed from Unconfirmed to Assigned
- Priority changed from Unspecified by Maintainer to Normal
- Severity changed from Unspecified to Minor
- Status changed from new to assigned
comment:2 Changed 13 years ago by cjl
- Resolution set to notsugar
- Status changed from assigned to closed
I'm satisfied with the filing of an upstream bug.
This is obviously not a critical defect, I just came across these in the course of reviewing an etoys PO file in Pootle and felt I should record them somewhere. One of the msgfmt checks that now appesars in the Pootle Review tab highlights discrepancies between double-spaces in msgid and msgstr.
No need to keep this ticket open here. Resolving as 'notsugar".
Opened upstream ticket: http://tracker.squeakland.org/browse/SQ-666