mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
lang: Run the master English language file through a cleanup pass
Do a cleanup pass on english-US too. Change-Id: I1b13d1c05585ef7258378d8a89bfe01cba0d7b36
This commit is contained in:
parent
3a6ed727d4
commit
eb71060e96
3 changed files with 2568 additions and 2600 deletions
|
@ -385,7 +385,7 @@ static const int id3_headers[]=
|
|||
LANG_ID3_BITRATE,
|
||||
LANG_ID3_FREQUENCY,
|
||||
LANG_ID3_TRACK_GAIN,
|
||||
LANG_ID3_ALBUM_GAIN,
|
||||
LANG_ALBUM_GAIN,
|
||||
LANG_FILESIZE,
|
||||
LANG_ID3_PATH,
|
||||
LANG_DATE,
|
||||
|
@ -692,7 +692,7 @@ static const char * id3_get_or_speak_info(int selected_item, void* data,
|
|||
if(say_it && val)
|
||||
say_gain(val);
|
||||
break;
|
||||
case LANG_ID3_ALBUM_GAIN:
|
||||
case LANG_ALBUM_GAIN:
|
||||
replaygain_itoa(buffer, buffer_len, id3->album_level);
|
||||
val=(id3->album_level) ? buffer : NULL; /* only show level!=0 */
|
||||
if(say_it && val)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue