QuirkyCort / gears

Generic Educational Robotics Simulator
Other
65 stars 41 forks source link

fix: translation fix at Wait until block #125

Closed skyfroger closed 1 year ago

skyfroger commented 1 year ago

Small change at Wait until block translation. Previous translation semanticaly wrong and will mislead students. The new version of the translation shows that the program will pause until the specified condition is NOT true.