[Digikam-devel] [Bug 135430] New: typo automaticly should be automatically in raw image converter

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

[Digikam-devel] [Bug 135430] New: typo automaticly should be automatically in raw image converter

Geoff King-2
------- 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=135430         
           Summary: typo automaticly should be automatically in raw image
                    converter
           Product: digikam
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: gsking1 yahoo com


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.
_______________________________________________
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 135430] typo automaticly should be automatically in raw image converter

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=135430         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles free fr  2006-10-11 07:52 -------
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);
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel