| Summary: | typo automaticly should be automatically in raw image converter | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Geoff King <gsking1> |
| Component: | Usability-i18n | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.9.0 | |
| Sentry Crash Report: | |||
|
Description
Geoff King
2006-10-11 03:23:56 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);
|