1
0
forked from me/IronOS

Menu factory reset last (#184)

* Factory reset is the last menu option

* English translation fix - little char in second word

Unifies big/small first chars in english translation
This commit is contained in:
Jan Krupička
2018-01-02 22:04:30 +01:00
committed by Ben V. Brown
parent a787a2bb6c
commit b01525272a
2 changed files with 18 additions and 49 deletions

View File

@@ -98,7 +98,7 @@ const char* SettingsShortNames[16][2] = {
/* (<= 13) Automatic start mode */ {"Auto", "start"},
/* (<= 13) Cooldown blink */ {"Cooldown", "blink"},
/* (<= 16) Temperature calibration enter menu */ {"Calibrate", "temperature?"},
/* (<= 16) Settings reset command */ {"Factory", "Reset?"},
/* (<= 16) Settings reset command */ {"Factory", "reset?"},
/* (<= 16) Calibrate input voltage */ {"Calibrate", "input voltage?"},
/* (<= 13) Advanced soldering screen enabled */ {"Detailed", "solder screen"},
};