mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +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
|
#endif
|
||||||
#if defined(VOICE)
|
#if defined(VOICE)
|
||||||
#define TR_PLAY_TRACK "Brano\0 "
|
#define TR_PLAY_TRACK "Brano\0 "
|
||||||
#define TR_PLAY_VALUE "Leggi Valore\0"
|
#define TR_PLAY_VALUE "LeggiValore\0 "
|
||||||
#else
|
#else
|
||||||
#define TR_PLAY_TRACK "[Brano]\0 "
|
#define TR_PLAY_TRACK "[Brano]\0 "
|
||||||
#define TR_PLAY_VALUE "[Leggi Valore]"
|
#define TR_PLAY_VALUE "[LeggiValore]"
|
||||||
#endif
|
#endif
|
||||||
#if defined(PCBARM)
|
#if defined(PCBARM)
|
||||||
#if defined(SDCARD)
|
#if defined(SDCARD)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue