Version: 0.6 (using KDE 3.3.89 (CVS >= 20041129), compiled sources) Compiler: gcc version 3.3.4 (Debian 1:3.3.4-13) OS: Linux (i686) release 2.4.25win4lin in kturtle_programming-reference.pot one example code in the "learn" section has a wrong syntax, executing the first "learn circle (x)" - example gives an error, while the second "learn circle X" - example works. The parameter for this function has to be written without surrending brackets. Plese change some parameters in the example-code, so that the whole circles fit in the initial canvas size without wrapping. patch: --- src/kde/kde-i18n/templates/docs/kdeedu/kturtle_programming-reference.pot 2004-12-01 17:53:59.000000000 +0100 +++ kturtle_programming-reference.pot 2004-12-16 14:20:00.000000000 +0100 @@ -1919 +1919 @@ - "learn circle (x) [\n" + "learn circle X [\n" @@ -1944,2 +1944,2 @@ - "go 30,30 \n" - "circle 20\n" + "go 130,100 \n" + "circle 10\n" @@ -1947,2 +1947,2 @@ - "go 40,40 \n" - "circle 50" + "go 250,140 \n" + "circle 15"
*** Bug has been marked as fixed ***.