1
0
Fork 0
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:
romolo.manfredini@gmail.com 2012-09-21 23:33:46 +00:00
parent bfa043a175
commit 0d4c3d761b

View file

@ -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)