fix locale for scart_osd_fix

This commit is contained in:
GetAway
2021-04-07 14:41:45 +02:00
parent 282827eb5c
commit 13d636b3ba
5 changed files with 9 additions and 1 deletions

View File

@@ -1692,6 +1692,7 @@ typedef enum
LOCALE_MENU_HINT_SCAN_USALS_REPEAT,
LOCALE_MENU_HINT_SCAN_USALSALL,
LOCALE_MENU_HINT_SCAN_USEUSALS,
LOCALE_MENU_HINT_SCART_OSD_FIX,
LOCALE_MENU_HINT_SCRAMBLED_MESSAGE,
LOCALE_MENU_HINT_SCREEN_SETUP,
LOCALE_MENU_HINT_SCREENSAVER_DELAY,
@@ -2580,6 +2581,7 @@ typedef enum
LOCALE_SCANTS_STARTNOW,
LOCALE_SCANTS_TEST,
LOCALE_SCANTS_TRANSPONDERS,
LOCALE_SCART_OSD_FIX,
LOCALE_SCRAMBLED_CHANNEL,
LOCALE_SCREENSAVER_DELAY,
LOCALE_SCREENSAVER_DIR,

View File

@@ -1692,6 +1692,7 @@ const char * locale_real_names[] =
"menu.hint_scan_usals_repeat",
"menu.hint_scan_usalsall",
"menu.hint_scan_useusals",
"menu.hint_scart_osd_fix",
"menu.hint_scrambled_message",
"menu.hint_screen_setup",
"menu.hint_screensaver_delay",
@@ -2580,6 +2581,7 @@ const char * locale_real_names[] =
"scants.startnow",
"scants.test",
"scants.transponders",
"scart_osd_fix",
"scrambled_channel",
"screensaver.delay",
"screensaver.dir",