[Digikam-devel] extragear/graphics/digikam/utilities
Fabien Salvi
fabien.ubuntu at gmail.com
Fri Sep 28 14:35:53 BST 2007
SVN commit 718334 by fsalvi:
Fix i18n strings
CCMAIL: digikam-devel at kde.org
M +1 -1 cameragui/cameraui.cpp
M +1 -1 lighttable/lighttablebar.cpp
--- trunk/extragear/graphics/digikam/utilities/cameragui/cameraui.cpp #718333:718334
@@ -182,7 +182,7 @@
d->renameCustomizer = new RenameCustomizer(d->advBox, d->cameraTitle);
d->view->setRenameCustomizer(d->renameCustomizer);
- d->advBox->setWhatsThis( i18n("<p>Set how digiKam will rename file files as they are downloaded."));
+ d->advBox->setWhatsThis( i18n("<p>Set how digiKam will rename files as they are downloaded."));
d->advBox->insertItem(CameraUIPriv::RENAMEFILEPAGE, d->renameCustomizer,
SmallIcon("file-import"), i18n("File Renaming Options"));
--- trunk/extragear/graphics/digikam/utilities/lighttable/lighttablebar.cpp #718333:718334
@@ -198,7 +198,7 @@
}
popmenu.addSeparator();
- QAction *removeAction = popmenu.addAction(SmallIcon("dialog-close"), i18n("Remove"));
+ QAction *removeAction = popmenu.addAction(SmallIcon("dialog-close"), i18n("Remove item"));
QAction *clearAllAction = popmenu.addAction(SmallIcon("editshred"), i18n("Clear all"));
popmenu.addSeparator();
More information about the Digikam-devel
mailing list