Skip to content

Commit

Permalink
chore: update ES for EdgeTX#5589 (EdgeTX#5623)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick authored Oct 18, 2024
1 parent 0579913 commit 6d83bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions radio/src/cfn_sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ Functions cfn_sorted[] = {
/* Überschreibe */ FUNC_OVERRIDE_CHANNEL,
/* Vario */ FUNC_VARIO,
#elif defined(TRANSLATIONS_ES)
#if !defined(COLORLCD)
/* Ajus. pantalla */ FUNC_SET_SCREEN,
#endif
/* Ajuste */ FUNC_SET_TIMER,
/* Ajuste */ FUNC_ADJUST_GVAR,
/* Audio Amp Off */ FUNC_DISABLE_AUDIO_AMP,
Expand Down Expand Up @@ -256,9 +259,6 @@ Functions cfn_sorted[] = {
#if defined(COLORLCD)
/* Set Main Screen */ FUNC_SET_SCREEN,
#endif
#if !defined(COLORLCD)
/* Set Screen */ FUNC_SET_SCREEN,
#endif
#if defined(DEBUG)
/* Test */ FUNC_TEST,
#endif
Expand Down
2 changes: 1 addition & 1 deletion radio/src/translations/es.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
#define TR_SF_DISABLE_TOUCH "No Touch"
#define TR_SF_DISABLE_AUDIO_AMP "Audio Amp Off"
#define TR_SF_SET_SCREEN "Set Main Screen"
#define TR_SF_SET_TELEMSCREEN "Set Screen"
#define TR_SF_SET_TELEMSCREEN "Ajus. pantalla"
#define TR_SF_PUSH_CUST_SWITCH "Push CS"
#define TR_SF_LCD_TO_VIDEO "LCD to Video"

Expand Down

0 comments on commit 6d83bd1

Please sign in to comment.