[apps/code/Toolbox] No conjugation in English

This commit is contained in:
Léa Saviot
2020-02-11 17:28:23 +01:00
parent 737f38dd66
commit 6711b96ed9
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ PythonDrawString = "Display a text from pixel (x,y)"
PythonConstantE = "2.718281828459046"
PythonErf = "Error function"
PythonErfc = "Complementary error function"
PythonEval = "Returns the evaluated expression"
PythonEval = "Return the evaluated expression"
PythonExp = "Exponential function"
PythonExpm1 = "Compute exp(x)-1"
PythonFabs = "Absolute value"