summaryrefslogtreecommitdiff
path: root/apps/menus/eq_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/eq_menu.c')
-rw-r--r--apps/menus/eq_menu.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/menus/eq_menu.c b/apps/menus/eq_menu.c
index 59dcc59ff0..6c6d356706 100644
--- a/apps/menus/eq_menu.c
+++ b/apps/menus/eq_menu.c
@@ -638,7 +638,7 @@ int eq_menu_graphical(void)
638 max = EQ_GAIN_MAX; 638 max = EQ_GAIN_MAX;
639 639
640 screens[i].putsxyf(0, 0, str(LANG_SYSFONT_EQUALIZER_EDIT_MODE), 640 screens[i].putsxyf(0, 0, str(LANG_SYSFONT_EQUALIZER_EDIT_MODE),
641 str(LANG_SYSFONT_GAIN), "(dB)"); 641 str(LANG_GAIN), "(dB)");
642 } else if (mode == CUTOFF) { 642 } else if (mode == CUTOFF) {
643 /* cutoff */ 643 /* cutoff */
644 setting = &global_settings.eq_band_settings[current_band].cutoff; 644 setting = &global_settings.eq_band_settings[current_band].cutoff;
@@ -660,7 +660,7 @@ int eq_menu_graphical(void)
660 max = EQ_Q_MAX; 660 max = EQ_Q_MAX;
661 661
662 screens[i].putsxyf(0, 0, str(LANG_SYSFONT_EQUALIZER_EDIT_MODE), 662 screens[i].putsxyf(0, 0, str(LANG_SYSFONT_EQUALIZER_EDIT_MODE),
663 str(LANG_SYSFONT_EQUALIZER_BAND_Q), ""); 663 str(LANG_EQUALIZER_BAND_Q), "");
664 } 664 }
665 665
666 /* Draw scrollbar if needed */ 666 /* Draw scrollbar if needed */
@@ -793,4 +793,3 @@ MENUITEM_FUNCTION_W_PARAM(eq_browse, 0, ID2P(LANG_EQUALIZER_BROWSE),
793MAKE_MENU(equalizer_menu, ID2P(LANG_EQUALIZER), NULL, Icon_EQ, 793MAKE_MENU(equalizer_menu, ID2P(LANG_EQUALIZER), NULL, Icon_EQ,
794 &eq_enable, &eq_graphical, &eq_precut, &gain_menu, 794 &eq_enable, &eq_graphical, &eq_precut, &gain_menu,
795 &advanced_menu, &eq_save, &eq_browse); 795 &advanced_menu, &eq_save, &eq_browse);
796