mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
lang: Delete two completely redundant strings
Change-Id: Icedae2687688b8d042c9d9ca232b566ff8f65531
This commit is contained in:
parent
8f8fb13edb
commit
77ff799502
2 changed files with 2 additions and 31 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue