1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +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 #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)