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

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Andrew Hunter-4
------- 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         
           Summary: [typo] ISO Slider label is incorrectly labeled as
                    "sensibility", should be sensitivity
           Product: digikamimageplugins
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Infrared
        AssignedTo: digikam-devel kde org
        ReportedBy: andy.e.hunter gmail com


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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

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

Gilles Caulier
------- 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 );
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

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

Andrew Hunter-4
In reply to this post by Andrew Hunter-4
------- 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         
andy.e.hunter gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[typo] ISO Slider label is  |[typo] ISO Slider label is
                   |incorrectly labeled as      |incorrectly labeled as
                   |"sensibility", should be    |"sensibility", should be
                   |sensitivity                 |sensitivity
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel