mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04: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
|
@ -8852,20 +8852,6 @@
|
||||||
*: "Cutoff Frequency"
|
*: "Cutoff Frequency"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_SYSFONT_GAIN
|
|
||||||
desc: in the equalizer settings menu
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Gain"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Gain"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Gain"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: VOICE_OF
|
id: VOICE_OF
|
||||||
desc: spoken only, as in 3/8 => 3 of 8
|
desc: spoken only, as in 3/8 => 3 of 8
|
||||||
|
@ -12133,20 +12119,6 @@
|
||||||
*: "Maximum Volume Limit"
|
*: "Maximum Volume Limit"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
|
||||||
id: LANG_SYSFONT_EQUALIZER_BAND_Q
|
|
||||||
desc: in the equalizer settings menu
|
|
||||||
user: core
|
|
||||||
<source>
|
|
||||||
*: "Q"
|
|
||||||
</source>
|
|
||||||
<dest>
|
|
||||||
*: "Q"
|
|
||||||
</dest>
|
|
||||||
<voice>
|
|
||||||
*: "Q"
|
|
||||||
</voice>
|
|
||||||
</phrase>
|
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_PBE
|
id: LANG_PBE
|
||||||
desc: in sound settings
|
desc: in sound settings
|
||||||
|
|
|
@ -638,7 +638,7 @@ int eq_menu_graphical(void)
|
||||||
max = EQ_GAIN_MAX;
|
max = EQ_GAIN_MAX;
|
||||||
|
|
||||||
screens[i].putsxyf(0, 0, str(LANG_SYSFONT_EQUALIZER_EDIT_MODE),
|
screens[i].putsxyf(0, 0, str(LANG_SYSFONT_EQUALIZER_EDIT_MODE),
|
||||||
str(LANG_SYSFONT_GAIN), "(dB)");
|
str(LANG_GAIN), "(dB)");
|
||||||
} else if (mode == CUTOFF) {
|
} else if (mode == CUTOFF) {
|
||||||
/* cutoff */
|
/* cutoff */
|
||||||
setting = &global_settings.eq_band_settings[current_band].cutoff;
|
setting = &global_settings.eq_band_settings[current_band].cutoff;
|
||||||
|
@ -660,7 +660,7 @@ int eq_menu_graphical(void)
|
||||||
max = EQ_Q_MAX;
|
max = EQ_Q_MAX;
|
||||||
|
|
||||||
screens[i].putsxyf(0, 0, str(LANG_SYSFONT_EQUALIZER_EDIT_MODE),
|
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 */
|
/* 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,
|
MAKE_MENU(equalizer_menu, ID2P(LANG_EQUALIZER), NULL, Icon_EQ,
|
||||||
&eq_enable, &eq_graphical, &eq_precut, &gain_menu,
|
&eq_enable, &eq_graphical, &eq_precut, &gain_menu,
|
||||||
&advanced_menu, &eq_save, &eq_browse);
|
&advanced_menu, &eq_save, &eq_browse);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue