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

Improve strings

This commit is contained in:
3djc 2019-11-27 09:36:31 +01:00
parent b8847ce5a8
commit af90b7acbe
14 changed files with 22 additions and 9 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_UPGRADE);
strcpy(statusText, STR_MODULE_UPDATE);
}
else {
char * tmp = statusText;