Bug 135430

Summary: typo automaticly should be automatically in raw image converter
Product: [Applications] digikam Reporter: Geoff King <gsking1>
Component: Usability-i18nAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.0

Description Geoff King 2006-10-11 03:23:56 UTC
Version:           0.9.0-beta3 (using KDE 3.5.4, Kubuntu Package 4:3.5.4-0ubuntu2~dapper1 )
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-27-686

"Automaticly" should be spelled "Automatically" in the save settings portion of the raw image converter dialog.
Comment 1 caulier.gilles 2006-10-11 07:52:11 UTC
SVN commit 594388 by cgilles:

kipi-plugins from trunk : fix automaticly to automatically
BUG:135430


 M  +1 -1      savesettingswidget.cpp  


--- trunk/extragear/libs/kipi-plugins/rawconverter/savesettingswidget.cpp #594387:594388
@@ -98,7 +98,7 @@
 
     d->conflictLabel       = new QLabel(i18n("If Target File Exists:"), this);
     d->conflictButtonGroup = new QVButtonGroup(this);
-    d->overwriteButton     = new QRadioButton(i18n("Overwrite automaticly"), d->conflictButtonGroup);
+    d->overwriteButton     = new QRadioButton(i18n("Overwrite automatically"), d->conflictButtonGroup);
     d->promptButton        = new QRadioButton(i18n("Open rename-file dialog"), d->conflictButtonGroup);
     d->conflictButtonGroup->insert(d->overwriteButton, OVERWRITE);
     d->conflictButtonGroup->insert(d->promptButton,    ASKTOUSER);