--- ch2_lvl1_wizard.inc.original 2011-05-19 13:15:13.000000000 +0200 +++ ch2_lvl1_wizard.inc 2011-06-19 21:35:42.687500000 +0200 @@ -416,7 +416,7 @@ BSpline.check printlog "Set Resolution to 33" Resolution.SetText "33" - printlog "et Data Points Order to 5" + printlog "et Degree of polynomials to 5" DataPointsOrder.SetText "5" printlog "Close 'Smooth Lines' dialog" if fCloseSmoothLinePropertiesOK() > 0 then @@ -524,9 +524,9 @@ if Resolution.GetText <> "33" then warnlog "Value for Resolution '33' wasn't preserved after save and reload." endif - printlog "Check if 'Data Points Order' has value '5'" + printlog "Check if 'Degree of polynomials' has value '5'" if DataPointsOrder.GetText <> "5" then - warnlog "Value for Data Points Order '5' wasn't preserved after save and reload." + warnlog "Value for Degree of polynomials '5' wasn't preserved after save and reload." endif printlog "Close 'Smooth Lines' dialog" if fCloseSmoothLinePropertiesOK() > 0 then