diff --git a/main.cpp b/main.cpp --- a/main.cpp +++ b/main.cpp @@ -87,8 +87,7 @@ aboutData.addCredit( i18n("Will Stephenson"), i18n("Developing an Icon for KPhotoAlbum"), QStringLiteral("will@stevello.free-online.co.uk") ); aboutData.addCredit( i18n("Teemu Rytilahti"), - i18n("Sending patches implementing (.) the \"Set As Wallpaper\" menu in the viewer." - "(.) Theme support for HTML generation"), QStringLiteral("teemu.rytilahti@kde-fi.org") ); + i18n("Theme support for HTML generation"), QStringLiteral("teemu.rytilahti@kde-fi.org") ); aboutData.addCredit( i18n("Reimar Imhof"), i18n("Patch to sort items in option listboxes"), QStringLiteral("Reimar.Imhof@netCologne.de") ); aboutData.addCredit( i18n("Thomas Schwarzgruber"), i18n("Patch to sort images in the thumbnail view, plus reading time info out of Exif images for existing images"), QStringLiteral("possebaer@gmx.at") ); aboutData.addCredit( i18n("Marcel Wiesweg"), i18n("Patch which speed up loading of thumbnails plus preview in image property dialog."), QStringLiteral("marcel.wiesweg@gmx.de") );