Bug 135430 - typo automaticly should be automatically in raw image converter
Summary: typo automaticly should be automatically in raw image converter
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-i18n (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 03:23 UTC by Geoff King
Modified: 2017-08-04 17:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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);