From 231fbbadeb2270138a8402bd9de0c8dfb20776b4 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Thu, 15 Dec 2022 20:08:59 +0100 Subject: [PATCH] mpy/alerts: Copy edit. --- src/mpy/alerts/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpy/alerts/translations/en.json b/src/mpy/alerts/translations/en.json index ef6a4271..912b555f 100644 --- a/src/mpy/alerts/translations/en.json +++ b/src/mpy/alerts/translations/en.json @@ -1,6 +1,6 @@ { "compilerError": { "message": "Failed to compile MicroPython file.", - "gotoErrorButton": "Goto error" + "gotoErrorButton": "Go to error" } }