1
0
Fork 0
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:
Andre Bernet 2014-04-20 14:23:16 +02:00
parent 352066c7d1
commit 7f4d72c072
13 changed files with 15 additions and 3 deletions

View file

@ -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();
}