1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 06:15:10 +03:00

Translations

This commit is contained in:
Andre Bernet 2013-12-03 16:04:00 +01:00
parent 7f6591edad
commit 6749d26333
20 changed files with 22 additions and 3 deletions

View file

@ -1217,7 +1217,7 @@ void menuModelSetup(uint8_t event)
#if defined(PCBTARANIS)
case ITEM_MODEL_POT_WARNING:
{
lcd_putsLeft(y, "Pot Warning");
lcd_putsLeft(y, STR_POTWARNING);
uint8_t potMode = g_model.nPotsToWarn >> 6;
if(attr) {
if (m_posHorz) s_editMode = 0;