From 77ff79950288d799a47c53b79f3e6da978c6c842 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 22 Sep 2024 16:43:08 -0400 Subject: lang: Delete two completely redundant strings Change-Id: Icedae2687688b8d042c9d9ca232b566ff8f65531 --- apps/menus/eq_menu.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/menus/eq_menu.c') 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) max = EQ_GAIN_MAX; screens[i].putsxyf(0, 0, str(LANG_SYSFONT_EQUALIZER_EDIT_MODE), - str(LANG_SYSFONT_GAIN), "(dB)"); + str(LANG_GAIN), "(dB)"); } else if (mode == CUTOFF) { /* cutoff */ setting = &global_settings.eq_band_settings[current_band].cutoff; @@ -660,7 +660,7 @@ int eq_menu_graphical(void) max = EQ_Q_MAX; screens[i].putsxyf(0, 0, str(LANG_SYSFONT_EQUALIZER_EDIT_MODE), - str(LANG_SYSFONT_EQUALIZER_BAND_Q), ""); + str(LANG_EQUALIZER_BAND_Q), ""); } /* Draw scrollbar if needed */ @@ -793,4 +793,3 @@ MENUITEM_FUNCTION_W_PARAM(eq_browse, 0, ID2P(LANG_EQUALIZER_BROWSE), MAKE_MENU(equalizer_menu, ID2P(LANG_EQUALIZER), NULL, Icon_EQ, &eq_enable, &eq_graphical, &eq_precut, &gain_menu, &advanced_menu, &eq_save, &eq_browse); - -- cgit v1.2.3