Version: unknown (using KDE 3.5.5, Kubuntu (edgy) 4:3.5.5-0ubuntu2) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.17-10-generic ISO slider label is incorrectly labeled as "sensibility", should be "sensitivity". I am using the Canadian local, so this may be a localization issue.
SVN commit 598272 by cgilles: Fix i18n : "sensibility" ==> "sensitivity" BUG: 136162 M +1 -1 filmgrain/imageeffect_filmgrain.cpp M +1 -1 infrared/imageeffect_infrared.cpp --- trunk/extragear/graphics/digikamimageplugins/filmgrain/imageeffect_filmgrain.cpp #598271:598272 @@ -78,7 +78,7 @@ QWidget *gboxSettings = new QWidget(m_imagePreviewWidget); QGridLayout* gridSettings = new QGridLayout( gboxSettings, 1, 1, 0, spacingHint()); - QLabel *label1 = new QLabel(i18n("Sensibility (ISO):"), gboxSettings); + QLabel *label1 = new QLabel(i18n("Sensitivity (ISO):"), gboxSettings); m_sensibilitySlider = new QSlider(2, 30, 1, 12, Qt::Horizontal, gboxSettings); m_sensibilitySlider->setTracking ( false ); --- trunk/extragear/graphics/digikamimageplugins/infrared/imageeffect_infrared.cpp #598271:598272 @@ -79,7 +79,7 @@ QWidget *gboxSettings = new QWidget(m_imagePreviewWidget); QGridLayout* gridSettings = new QGridLayout( gboxSettings, 2, 1, 0, spacingHint()); - QLabel *label1 = new QLabel(i18n("Sensibility (ISO):"), gboxSettings); + QLabel *label1 = new QLabel(i18n("Sensitivity (ISO):"), gboxSettings); m_sensibilitySlider = new QSlider(1, 25, 1, 1, Qt::Horizontal, gboxSettings); m_sensibilitySlider->setTracking ( false );