Opened 8 years ago

Closed 8 years ago

#4941 closed defect (fixed)

Typo in TurtleArtExtras

Reported by: cjl Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Turtleart Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

../taextras.py:67

ERROR: The board is disconected or the ID is out of range

should be

ERROR: The board is disconnected or the ID is out of range

Change History (6)

comment:1 Changed 8 years ago by cjl

Also:

../taextras.py:68

ERROR: The especified ID is not available

should probably be

ERROR: The specified ID is not available

comment:2 Changed 8 years ago by cjl

Curious about this string:

ERROR: The degrees must be between 0 and 300

300 not 360?

comment:3 Changed 8 years ago by cjl

../taextras.py:74

return a random ID of the conected AX-motors

should be

return a random ID of the connected AX-motors

comment:4 Changed 8 years ago by cjl

Something funny here

../taextras.py:691

set the mouse pointer tox y coordinates

comment:5 Changed 8 years ago by cjl

../taextras.py:98

updates the status of the pallet and the Energy blocks

should be

updates the status of the pallete and the Energy blocks

comment:6 Changed 8 years ago by walter

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.