mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
FS#13802 - Correct untranslated menu headings in mpegplayer
Every menu heading except the top-level "MPEG Player" (ie the name of the plugin) now uses pre-existing translated strings. Change-Id: I65ee64ddc537be4947872da4757bc2f6a27d0bae
This commit is contained in:
parent
4cd3d3c519
commit
d82d0be595
1 changed files with 3 additions and 3 deletions
|
|
@ -1148,7 +1148,7 @@ static void display_options(void)
|
|||
int result;
|
||||
bool menu_quit = false;
|
||||
|
||||
MENUITEM_STRINGLIST(menu, "Display Options", mpeg_sysevent_callback,
|
||||
MENUITEM_STRINGLIST(menu, ID2P(LANG_MENU_DISPLAY_OPTIONS), mpeg_sysevent_callback,
|
||||
#if MPEG_OPTION_DITHERING_ENABLED
|
||||
ID2P(LANG_DITHERING),
|
||||
#endif
|
||||
|
|
@ -1225,7 +1225,7 @@ static void audio_options(void)
|
|||
int result;
|
||||
bool menu_quit = false;
|
||||
|
||||
MENUITEM_STRINGLIST(menu, "Audio Options", mpeg_sysevent_callback,
|
||||
MENUITEM_STRINGLIST(menu, ID2P(LANG_MENU_AUDIO_OPTIONS), mpeg_sysevent_callback,
|
||||
ID2P(LANG_TONE_CONTROLS),
|
||||
ID2P(LANG_CHANNEL_CONFIGURATION),
|
||||
ID2P(LANG_CROSSFEED),
|
||||
|
|
@ -1311,7 +1311,7 @@ static void mpeg_settings(void)
|
|||
int result;
|
||||
bool menu_quit = false;
|
||||
|
||||
MENUITEM_STRINGLIST(menu, "Settings", mpeg_sysevent_callback,
|
||||
MENUITEM_STRINGLIST(menu, ID2P(LANG_SETTINGS), mpeg_sysevent_callback,
|
||||
ID2P(LANG_MENU_DISPLAY_OPTIONS),
|
||||
ID2P(LANG_MENU_AUDIO_OPTIONS),
|
||||
ID2P(LANG_MENU_RESUME_OPTIONS),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue