diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2009-12-08 14:39:51 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-01-11 12:05:55 (GMT) |
commit | af7a0cbe4d6dcbae5d16e91d488df5a5dc8919c2 (patch) | |
tree | 620abfedbe080d866566d3f1f8cd3fe2d9458923 /src/3rdparty/phonon | |
parent | 4c95ec342c62183ecc3dffe50497b4858bc27c8d (diff) | |
download | Qt-af7a0cbe4d6dcbae5d16e91d488df5a5dc8919c2.zip Qt-af7a0cbe4d6dcbae5d16e91d488df5a5dc8919c2.tar.gz Qt-af7a0cbe4d6dcbae5d16e91d488df5a5dc8919c2.tar.bz2 |
Shortened description of audio equalizer bands
This improves the small-screen layout of the equalizer
configuration dialog.
Task-number: QTBUG-4659
Reviewed-by: trustme
Diffstat (limited to 'src/3rdparty/phonon')
-rw-r--r-- | src/3rdparty/phonon/mmf/audioequalizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/audioequalizer.cpp b/src/3rdparty/phonon/mmf/audioequalizer.cpp index 5aa659a..37ba328 100644 --- a/src/3rdparty/phonon/mmf/audioequalizer.cpp +++ b/src/3rdparty/phonon/mmf/audioequalizer.cpp @@ -96,7 +96,7 @@ void AudioEqualizer::getParameters(NativeEffect *effect, const qint32 defVol = effect->BandLevel(i); parameters.append(EffectParameter(i, - tr("Frequency band, %1 Hz").arg(hz), + tr("%1 Hz").arg(hz), EffectParameter::LogarithmicHint, QVariant(qint32(defVol)), QVariant(qint32(dbMin)), |