mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Improve strings
This commit is contained in:
parent
b8847ce5a8
commit
af90b7acbe
14 changed files with 22 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue