[Digikam-devel] [Bug 126335] Autoration of photos may confuse user because of changes made he is not aware of

Gilles Caulier caulier.gilles at free.fr
Fri May 19 10:54:28 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=126335         




------- Additional Comments From caulier.gilles free fr  2006-05-19 11:54 -------
SVN commit 542416 by cgilles:

digikam from trunk : fix setup message about exif-rotation actions witch can be confuse for users. The image is not transformed, and is only displayed rotated.
CCBUGS: 126335

 M  +1 -1      showfoto/setup/setupeditor.cpp  
 M  +2 -2      utilities/setup/setupmetadata.cpp  


--- trunk/extragear/graphics/digikam/showfoto/setup/setupeditor.cpp #542415:542416
 @ -108,7 +108,7  @
     QVGroupBox *ExifGroupOptions = new QVGroupBox(i18n("EXIF Actions"), parent);
     
     d->exifRotateBox = new QCheckBox(ExifGroupOptions);
-    d->exifRotateBox->setText(i18n("&Rotate images/thumbs according to orientation tag"));
+    d->exifRotateBox->setText(i18n("Show images/thumbs &rotated according to orientation tag"));
   
     d->exifSetOrientationBox = new QCheckBox(ExifGroupOptions);
     d->exifSetOrientationBox->setText(i18n("Set orientation tag to normal after rotate/flip"));
--- trunk/extragear/graphics/digikam/utilities/setup/setupmetadata.cpp #542415:542416
 @ -89,8 +89,8  @
     QGroupBox *ExifGroup = new QGroupBox(1, Qt::Horizontal, i18n("EXIF Actions"), parent);
   
     d->ExifRotateBox = new QCheckBox(ExifGroup);
-    d->ExifRotateBox->setText(i18n("&Rotate images/thumbs according to orientation tag"));
-  
+    d->ExifRotateBox->setText(i18n("Show images/thumbs &rotated according to orientation tag"));
+    
     d->ExifSetOrientationBox = new QCheckBox(ExifGroup);
     d->ExifSetOrientationBox->setText(i18n("Set orientation tag to normal after rotate/flip"));



More information about the Digikam-devel mailing list