[apps/code] Fix toolbox texts

This commit is contained in:
Léa Saviot
2020-03-30 13:55:50 +02:00
committed by Émilie Feral
parent 89ef6ec71b
commit 399cfffc83
6 changed files with 15 additions and 15 deletions

View File

@@ -13,14 +13,14 @@ PythonAbs = "Absolute value/Magnitude"
PythonAcos = "Arc cosine"
PythonAcosh = "Arc hyperbolic cosine"
PythonAppend = "Add x to the end of the list"
PythonArrow = "Draw an arrow from (x, y) to (x+dx, y+dy)"
PythonArrow = "Arrow from (x,y) to (x+dx,y+dy)"
PythonAsin = "Arc sine"
PythonAsinh = "Arc hyperbolic sine"
PythonAtan = "Arc tangent"
PythonAtan2 = "Return atan(y/x)"
PythonAtanh = "Arc hyperbolic tangent"
PythonAxis = "Set the axes to (xmin,xmax,ymin,ymax)"
PythonBar = "Make a bar plot with x values"
PythonAxis = "Set axes to (xmin,xmax,ymin,ymax)"
PythonBar = "Draw a bar plot with x values"
PythonBin = "Convert integer to binary"
PythonCeil = "Ceiling"
PythonChoice = "Random number in the list"