From 4659d27c802d5b216477a970a0f8e76e0069bfdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 27 Nov 2017 14:20:42 +0100 Subject: [PATCH] [code] Added spaces after some Toolbox commands. Change-Id: I15c0a9b593e39123694c38ad3d6201e0319f24f4 --- apps/code/toolbox.universal.i18n | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/code/toolbox.universal.i18n b/apps/code/toolbox.universal.i18n index caac8c1a9..5ecf7f64f 100644 --- a/apps/code/toolbox.universal.i18n +++ b/apps/code/toolbox.universal.i18n @@ -5,9 +5,9 @@ ForLoopMenu = "For" IfStatementMenu = "If" WhileLoopMenu = "While" ConditionsMenu = "Conditions" -ConditionNot = "not" -ConditionOr = "or" -ConditionAnd = "and" +ConditionNot = "not " +ConditionOr = "or " +ConditionAnd = "and " InferiorCondition = "<=" InferiorConditionWithArg = "x<=y" SuperiorCondition = ">=" @@ -42,4 +42,4 @@ ForInRange1ArgLoop = "for i in range():" ForInRange1ArgLoopWithArg = "for i in range(size):\n instruction" PythonCommandDef = "def ():" PythonCommandDefWithArg = "def function(x):" -PythonCommandReturn = "return" +PythonCommandReturn = "return "