Spelling: Hip Hop (#5843)

https://en.wikipedia.org/wiki/Hip_hop Though inconsistent, this never uses "HipHop". While that could be perceived as the name of the equalizer, "Hip Hop" is at least consistent with the other EQs.
This commit is contained in:
Allan Nordhøy 2017-08-29 02:09:05 +02:00 committed by John Maguire
parent 36459d2e62
commit b581f2454a
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ void Equalizer::LoadDefaultPresets() {
AddPreset(QT_TRANSLATE_NOOP("Equalizer", "Full Bass + Treble"),
Params(35, 30, 0, -40, -25, 10, 45, 55, 60, 60));
// HipHop equalizer created by Devyn Collier Johnson
AddPreset(QT_TRANSLATE_NOOP("Equalizer", "HipHop"),
AddPreset(QT_TRANSLATE_NOOP("Equalizer", "Hip Hop"),
Params(88, 100, 100, -23, -27, 12, 100, 0, 50, 73, 0));
// Kuduro equalizer created by Devyn Collier Johnson
AddPreset(QT_TRANSLATE_NOOP("Equalizer", "Kuduro"),