mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
fix shift in strings
This commit is contained in:
parent
bfa043a175
commit
0d4c3d761b
1 changed files with 2 additions and 2 deletions
|
@ -100,10 +100,10 @@
|
|||
#endif
|
||||
#if defined(VOICE)
|
||||
#define TR_PLAY_TRACK "Brano\0 "
|
||||
#define TR_PLAY_VALUE "Leggi Valore\0"
|
||||
#define TR_PLAY_VALUE "LeggiValore\0 "
|
||||
#else
|
||||
#define TR_PLAY_TRACK "[Brano]\0 "
|
||||
#define TR_PLAY_VALUE "[Leggi Valore]"
|
||||
#define TR_PLAY_VALUE "[LeggiValore]"
|
||||
#endif
|
||||
#if defined(PCBARM)
|
||||
#if defined(SDCARD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue