summaryrefslogtreecommitdiff
path: root/src/3rdparty
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2009-12-08 14:39:51 +0000
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-01-11 12:05:55 +0000
commitaf7a0cbe4d6dcbae5d16e91d488df5a5dc8919c2 (patch)
tree620abfedbe080d866566d3f1f8cd3fe2d9458923 /src/3rdparty
parent4c95ec342c62183ecc3dffe50497b4858bc27c8d (diff)
downloadqt4-tools-af7a0cbe4d6dcbae5d16e91d488df5a5dc8919c2.tar.gz
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')
-rw-r--r--src/3rdparty/phonon/mmf/audioequalizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/audioequalizer.cpp b/src/3rdparty/phonon/mmf/audioequalizer.cpp
index 5aa659ad8d..37ba328150 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)),