From f2d3a14f43809f86f4d63b6f8f7f93d49d16c561 Mon Sep 17 00:00:00 2001 From: Ricardo Cooper Date: Sat, 18 Jan 2020 10:59:19 -0600 Subject: [PATCH] Correct AutoStart desc AutoStard desc letters were not correct, I corrected these based on the characters and also fixed some spacing --- Translation Editor/translation_en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Translation Editor/translation_en.json b/Translation Editor/translation_en.json index 0f40e6a9..dea6ce79 100644 --- a/Translation Editor/translation_en.json +++ b/Translation Editor/translation_en.json @@ -153,7 +153,7 @@ "Auto", "start" ], - "desc": "Automatically starts the iron into soldering on power up. A=Soldering, S= Sleep mode, M=Off" + "desc": "Automatically starts the iron into soldering on power up. T=Soldering, S=Sleep mode, F=Off" }, "CooldownBlink": { "text": "CLBLNK", @@ -252,4 +252,4 @@ "desc": "Maximum power the iron can use " } } -} \ No newline at end of file +}