[Digikam-devel] [Bug 136162] [typo] ISO Slider label is incorrectly labeled as "sensibility", should be sensitivity

Gilles Caulier caulier.gilles at free.fr
Mon Oct 23 06:35:30 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=136162         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles free fr  2006-10-23 07:35 -------
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 );



More information about the Digikam-devel mailing list