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

Cosmetics

This commit is contained in:
3djc 2019-11-27 12:41:20 +01:00
parent 75f04c89b0
commit a56411a837
15 changed files with 28 additions and 28 deletions

View file

@ -549,7 +549,7 @@ void MultiModuleStatus::getStatusString(char * statusText) const
}
if (major == 1 && minor < 3 && SLOW_BLINK_ON_PHASE) {
strcpy(statusText, STR_MODULE_UPDATE);
strcpy(statusText, STR_MODULE_UPGRADE);
}
else {
char * tmp = statusText;