Launchpad has imported 2 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=136162.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2006-10-23T05:01:25+00:00 Andrew Hunter wrote:

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.

Reply at: https://bugs.launchpad.net/digikam/+bug/67665/comments/1

------------------------------------------------------------------------
On 2006-10-23T07:35:29+00:00 Caulier-gilles-9 wrote:

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 );


Reply at: https://bugs.launchpad.net/digikam/+bug/67665/comments/2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/67665

Title:
  [typo] ISO Slider label is incorrectly labeled as "sensibility",
  should be sensitivity

To manage notifications about this bug go to:
https://bugs.launchpad.net/digikam/+bug/67665/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to