From kde-i18n-doc Sat Apr 25 16:41:14 2009 From: Gilles Caulier Date: Sat, 25 Apr 2009 16:41:14 +0000 To: kde-i18n-doc Subject: Re: Typo in digiKam Message-Id: X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=124067792924551 Fixed... Gilles Caulier 2009/4/25 Yuri Chornoivan : > Hi! > > imageplugins/contentawareresizing/contentawareresizetool.cpp:264: > > d->funcInput->setWhatsThis(i18n("This option allows you to choose a gradient function. This function is used" >                                    "to know wich pixels should be removed.")); > > Should be (missing space and wich->which): > > d->funcInput->setWhatsThis(i18n("This option allows you to choose a gradient function. This function is used " >                                    "to know which pixels should be removed.")); > > Thanks for correcting these typos. >