diff --git a/apps/code/catalog.de.i18n b/apps/code/catalog.de.i18n index 7d77c3d82..a8cb70105 100644 --- a/apps/code/catalog.de.i18n +++ b/apps/code/catalog.de.i18n @@ -56,8 +56,8 @@ PythonImportMath = "Import math module" PythonImportTurtle = "Import turtle module" PythonImportFromCmath = "Import cmath module" PythonImportFromKandinsky = "Import kandinsky module" -PythonImportFromRandom = "Import random module" PythonImportFromMath = "Import math module" +PythonImportFromRandom = "Import random module" PythonImportFromTurtle = "Import turtle module" PythonIndex = "Index of the first occurrence" PythonInput = "Prompt a value" diff --git a/apps/code/catalog.universal.i18n b/apps/code/catalog.universal.i18n index 6baa571a5..b9d454704 100644 --- a/apps/code/catalog.universal.i18n +++ b/apps/code/catalog.universal.i18n @@ -54,14 +54,14 @@ PythonCommandHex = "hex(x)" PythonCommandImag = "z.imag" PythonCommandImagWithoutArg = "\x11.imag" PythonCommandImportFromCmath = "from cmath import *" -PythonCommandImportFromMath = "from math import *" PythonCommandImportFromKandinsky = "from kandinsky import *" +PythonCommandImportFromMath = "from math import *" PythonCommandImportFromRandom = "from random import *" PythonCommandImportFromTurtle = "from turtle import *" PythonCommandImportCmath = "import cmath" PythonCommandImportKandinsky = "import kandinsky" -PythonCommandImportRandom = "import random" PythonCommandImportMath = "import math" +PythonCommandImportRandom = "import random" PythonCommandImportTurtle = "import turtle" PythonCommandIndex = "index(x,start,end)" PythonCommandInput = "input(\"text\")" diff --git a/apps/code/toolbox.universal.i18n b/apps/code/toolbox.universal.i18n index 4fa5710d3..e67bfebac 100644 --- a/apps/code/toolbox.universal.i18n +++ b/apps/code/toolbox.universal.i18n @@ -1,6 +1,6 @@ -MathModule = "math" CmathModule = "cmath" KandinskyModule = "kandinsky" +MathModule = "math" TurtleModule = "turtle" ForLoopMenu = "For" IfStatementMenu = "If"