From dad00b3a99965e017eb2ba1ff2f2d8fba692a250 Mon Sep 17 00:00:00 2001 From: Serban Andrei Date: Mon, 8 Mar 2021 17:42:44 +0200 Subject: [PATCH 1/2] Fixed warning pop up --- .../simulators/raspberrypi/translations/messages-en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/plugins/simulators/raspberrypi/translations/messages-en.json b/source/plugins/simulators/raspberrypi/translations/messages-en.json index d6179971..e0baf35a 100644 --- a/source/plugins/simulators/raspberrypi/translations/messages-en.json +++ b/source/plugins/simulators/raspberrypi/translations/messages-en.json @@ -58,5 +58,9 @@ "DEVICE_SIMULATOR_RASPBERRY_PI_RUN_ERROR": { "message": "Error running project ({{error}})", "description": "The Raspberry Pi simulator button to run" + }, + "DEVICE_SIMULATOR_RASPBERRY_PI_LANGUAGE_INCOMPATIBLE": { + "message": "The simulator does not support projects' language", + "description": "A warning that pops up if the project in the Raspberry Pi Simulator is not nodejs" } } \ No newline at end of file From d9a01a903799f9adfc9446580a4436cc04782208 Mon Sep 17 00:00:00 2001 From: Serban Andrei Date: Mon, 29 Mar 2021 11:01:48 +0300 Subject: [PATCH 2/2] Changed pop up message Co-authored-by: Alexandru Radovici --- .../simulators/raspberrypi/translations/messages-en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/plugins/simulators/raspberrypi/translations/messages-en.json b/source/plugins/simulators/raspberrypi/translations/messages-en.json index e0baf35a..6614c3d2 100644 --- a/source/plugins/simulators/raspberrypi/translations/messages-en.json +++ b/source/plugins/simulators/raspberrypi/translations/messages-en.json @@ -60,7 +60,7 @@ "description": "The Raspberry Pi simulator button to run" }, "DEVICE_SIMULATOR_RASPBERRY_PI_LANGUAGE_INCOMPATIBLE": { - "message": "The simulator does not support projects' language", + "message": "The simulator does not support your projects' programming language", "description": "A warning that pops up if the project in the Raspberry Pi Simulator is not nodejs" } -} \ No newline at end of file +}