Bug 174828

Summary: missing HTML closing tag in some strings
Product: [Applications] digikam Reporter: Luiz Fernando Ranghetti <elchevive>
Component: Plugin-DImg-RAWAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, finex, torbjoern.k
Priority: NOR    
Version: 2.0.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Unspecified   
Latest Commit: Version Fixed In: 2.0.0
Attachments: patch for cleaning up missmatching HTML tags

Description Luiz Fernando Ranghetti 2008-11-11 01:31:38 UTC
Version:            (using KDE 4.1.2)
Installed from:    SuSE RPMs

Hi,

In the file:

trunk/l10n-kde4/$LANG/messages/kdegraphics/libkdcraw.po

we have:

<p><b>White point</b><p>Use a specific white point value to decode RAW
pictures. If you set this option to off, the White Point value will be
automatically computed.<p>

the last <p> should be </p>

I think this issue also appears in others files too...

Regards,

Luiz
Comment 1 Torbjörn K. 2011-06-01 12:22:46 UTC
This issue is still in the current git master and should be corrected there.

There are numerous occurences of missmatching tags in libkdraw/dcrawsettingswidget.cpp (git revision 665fc7f5).
Comment 2 caulier.gilles 2011-06-05 14:55:21 UTC
Torbjorm,

Patch against git master will be appreciate... Thanks in advance

Gilles Caulier
Comment 3 Torbjörn K. 2011-06-05 22:33:47 UTC
Created attachment 60673 [details]
patch for cleaning up missmatching HTML tags

Please do not blame me for possible mistakes as it is my very first coding in KDE source. However, on my machine it compiles and runs smooth.
Comment 4 caulier.gilles 2011-06-06 10:24:18 UTC
Git commit 780bfb02fb124a26c3cb5d51fad558429f667d09 by Gilles Caulier.
Committed on 06/06/2011 at 10:23.
Pushed by cgilles into branch 'master'.

apply patch #60673
BUGS: 174828

M  +131  -129  libkdcraw/dcrawsettingswidget.cpp     

http://commits.kde.org/libkdcraw/780bfb02fb124a26c3cb5d51fad558429f667d09