#3063 closed defect (fixed)
TurtleArt typo
Reported by: | cjl | Owned by: | walter |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Turtleart | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
two words wrong "switches", "frequency"
turtleart-activity.po
taextras.py:70
"Switchs from 0 to 1, the frecuency depends on the vibration."
should be
"Switches from 0 to 1, the frequency depends on the vibration."
Change History (9)
comment:1 Changed 12 years ago by cjl
comment:2 Changed 12 years ago by cjl
taextras.py:63
"Returns the level of ligth in the ambient as a number between 0 and 1023."
should be
"Returns the level of light in the ambient as a number between 0 and 1023."
or better yet
"Returns the ambient light level as a number between 0 and 1023."
comment:3 Changed 12 years ago by walter
- Resolution set to fixed
- Status changed from new to closed
all fixed and push to git
http://git.sugarlabs.org/turtleart/mainline/commit/cce8a12e9b546b091ee8331292627706fad10ea2
and others...
comment:4 Changed 12 years ago by cjl
- Resolution fixed deleted
- Status changed from closed to reopened
http://git.sugarlabs.org/turtleart/mainline/commit/cce8a12e9b546b091ee8331292627706fad10ea2
Missed switchs > switches
comment:5 Changed 12 years ago by walter
- Resolution set to fixed
- Status changed from reopened to closed
comment:6 Changed 12 years ago by cjl
- Resolution fixed deleted
- Status changed from closed to reopened
excess whitespace "level as"
taextras.py:63
Returns the ambient light level as a number between 0 and 1023.
comment:7 Changed 12 years ago by cjl
fixed one occurence, but not the second
plugins/accelerometer/accelerometer.py:57
push accereration in x, y, z to heap
comment:8 Changed 12 years ago by walter
- Resolution set to fixed
- Status changed from reopened to closed
got it... and cleaned up a few more awkward phrases.
comment:9 Changed 12 years ago by cjl
Ok, lea ving closed this time :-)
Did the whole push me - pull you thing with Poolte. Strings now waiting for localizers.
Also
turtleart-activity.po
plugins/accelerometer/accelerometer.py:57
plugins/accelerometer/accelerometer.py:64
"push accereration in x, y, z to heap"
should be
"push acceleration in x, y, z to heap"