1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

[X7] Typo

This commit is contained in:
Bertrand Songis 2016-12-23 23:51:51 +01:00
parent 74c03f0d4e
commit df835da07d

View file

@ -597,7 +597,7 @@ int main()
lockFlash();
unlocked = 0;
}
lcdDrawTextAlignedLeft(4*FH, CENTER "\007Writing Complete");
lcdDrawTextAlignedLeft(4*FH, CENTER "\007Writing complete");
if (event == EVT_KEY_FIRST(BOOT_KEY_EXIT) || event == EVT_KEY_BREAK(BOOT_KEY_MENU)) {
state = ST_START;
vpos = 0;