mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
"Backup EEPROM" translatable
This commit is contained in:
parent
352066c7d1
commit
7f4d72c072
13 changed files with 15 additions and 3 deletions
|
@ -1190,7 +1190,7 @@ void menuGeneralVersion(uint8_t event)
|
|||
#endif
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
lcd_putsLeft(7*FH, "\004[ENTER Long] to backup the EEPROM");
|
||||
lcd_putsLeft(7*FH, STR_EEBACKUP);
|
||||
if (event == EVT_KEY_LONG(KEY_ENTER)) {
|
||||
backupEeprom();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue