diff --git a/apps/code/catalog.de.i18n b/apps/code/catalog.de.i18n index 71fa1de14..ab998c81b 100644 --- a/apps/code/catalog.de.i18n +++ b/apps/code/catalog.de.i18n @@ -30,8 +30,8 @@ PythonColor = "Definiere eine RGB-Farbe" PythonColorBlack = "Black color" PythonColorBlue = "Blue color" PythonColorBrown = "Brown color" -PythonColorGreen = "Green color" PythonColorGray = "Gray color" +PythonColorGreen = "Green color" PythonColorOrange = "Orange color" PythonColorPink = "Pink color" PythonColorPurple = "Purple color" diff --git a/apps/code/catalog.en.i18n b/apps/code/catalog.en.i18n index 0b015a929..6926b3ed2 100644 --- a/apps/code/catalog.en.i18n +++ b/apps/code/catalog.en.i18n @@ -30,8 +30,8 @@ PythonColor = "Define a rgb color" PythonColorBlack = "Black color" PythonColorBlue = "Blue color" PythonColorBrown = "Brown color" -PythonColorGreen = "Green color" PythonColorGray = "Gray color" +PythonColorGreen = "Green color" PythonColorOrange = "Orange color" PythonColorPink = "Pink color" PythonColorPurple = "Purple color" diff --git a/apps/code/catalog.es.i18n b/apps/code/catalog.es.i18n index c474c30d6..eaffc09a7 100644 --- a/apps/code/catalog.es.i18n +++ b/apps/code/catalog.es.i18n @@ -30,8 +30,8 @@ PythonColor = "Define a rgb color" PythonColorBlack = "Black color" PythonColorBlue = "Blue color" PythonColorBrown = "Brown color" -PythonColorGreen = "Green color" PythonColorGray = "Gray color" +PythonColorGreen = "Green color" PythonColorOrange = "Orange color" PythonColorPink = "Pink color" PythonColorPurple = "Purple color" diff --git a/apps/code/catalog.fr.i18n b/apps/code/catalog.fr.i18n index 20ccfe09e..f98473ed8 100644 --- a/apps/code/catalog.fr.i18n +++ b/apps/code/catalog.fr.i18n @@ -30,8 +30,8 @@ PythonColor = "Définit une couleur rvb" PythonColorBlack = "Couleur noire" PythonColorBlue = "Couleur bleue" PythonColorBrown = "Couleur marron" -PythonColorGreen = "Couleur verte" PythonColorGray = "Couleur grise" +PythonColorGreen = "Couleur verte" PythonColorOrange = "Couleur orange" PythonColorPink = "Couleur rose" PythonColorPurple = "Couleur violette" diff --git a/apps/code/catalog.it.i18n b/apps/code/catalog.it.i18n index ae8b928fa..51223cbdc 100644 --- a/apps/code/catalog.it.i18n +++ b/apps/code/catalog.it.i18n @@ -30,8 +30,8 @@ PythonColor = "Definisci un colore rvb" PythonColorBlack = "Colore nero" PythonColorBlue = "Colore blu" PythonColorBrown = "Colore marrone" -PythonColorGreen = "Colore verde" PythonColorGray = "Colore grigio" +PythonColorGreen = "Colore verde" PythonColorOrange = "Colore arancione" PythonColorPink = "Colore rosa" PythonColorPurple = "Colore viola" diff --git a/apps/code/catalog.nl.i18n b/apps/code/catalog.nl.i18n index ae344f98f..4efbbee50 100644 --- a/apps/code/catalog.nl.i18n +++ b/apps/code/catalog.nl.i18n @@ -30,8 +30,8 @@ PythonColor = "Definieer een rgb kleur" PythonColorBlack = "Zwarte kleur" PythonColorBlue = "Blauwe kleur" PythonColorBrown = "Bruine kleur" -PythonColorGreen = "Groene kleur" PythonColorGray = "Grijze kleur" +PythonColorGreen = "Groene kleur" PythonColorOrange = "Oranje kleur" PythonColorPink = "Roze kleur" PythonColorPurple = "Paarse kleur" diff --git a/apps/code/catalog.pt.i18n b/apps/code/catalog.pt.i18n index b5b807535..4f50cadaa 100644 --- a/apps/code/catalog.pt.i18n +++ b/apps/code/catalog.pt.i18n @@ -30,8 +30,8 @@ PythonColor = "Define uma cor rgb" PythonColorBlack = "Cor preta" PythonColorBlue = "Cor azul" PythonColorBrown = "Cor castanha" -PythonColorGreen = "Cor verde" PythonColorGray = "Cor cinzenta" +PythonColorGreen = "Cor verde" PythonColorOrange = "Cor laranja" PythonColorPink = "Cor rosa" PythonColorPurple = "Cor roxa" diff --git a/apps/code/catalog.universal.i18n b/apps/code/catalog.universal.i18n index c1c68373b..ff0cfed7a 100644 --- a/apps/code/catalog.universal.i18n +++ b/apps/code/catalog.universal.i18n @@ -32,8 +32,8 @@ PythonCommandColor = "color(r,g,b)" PythonCommandColorBlack = "'black'" PythonCommandColorBlue = "'blue'" PythonCommandColorBrown = "'brown'" -PythonCommandColorGreen = "'green'" PythonCommandColorGray = "'gray'" +PythonCommandColorGreen = "'green'" PythonCommandColorOrange = "'orange'" PythonCommandColorPink = "'pink'" PythonCommandColorPurple = "'purple'" diff --git a/apps/code/python_toolbox.cpp b/apps/code/python_toolbox.cpp index 3f8b21d6b..bcc0bef7b 100644 --- a/apps/code/python_toolbox.cpp +++ b/apps/code/python_toolbox.cpp @@ -331,8 +331,8 @@ const ToolboxMessageTree catalogChildren[] = { ToolboxMessageTree::Leaf(I18n::Message::PythonCommandGetPixel, I18n::Message::PythonGetPixel), ToolboxMessageTree::Leaf(I18n::Message::PythonCommandGetrandbits, I18n::Message::PythonGetrandbits), ToolboxMessageTree::Leaf(I18n::Message::PythonTurtleCommandGoto, I18n::Message::PythonTurtleGoto), - ToolboxMessageTree::Leaf(I18n::Message::PythonCommandColorGreen, I18n::Message::PythonColorGreen, false), ToolboxMessageTree::Leaf(I18n::Message::PythonCommandColorGray, I18n::Message::PythonColorGray, false), + ToolboxMessageTree::Leaf(I18n::Message::PythonCommandColorGreen, I18n::Message::PythonColorGreen, false), ToolboxMessageTree::Leaf(I18n::Message::PythonCommandGrid, I18n::Message::PythonGrid), ToolboxMessageTree::Leaf(I18n::Message::PythonTurtleCommandHeading, I18n::Message::PythonTurtleHeading, false), ToolboxMessageTree::Leaf(I18n::Message::PythonCommandHex, I18n::Message::PythonHex),