Bug 174828 - missing HTML closing tag in some strings
Summary: missing HTML closing tag in some strings
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-DImg-RAW (show other bugs)
Version: 2.0.0
Platform: openSUSE Unspecified
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-11 01:31 UTC by Luiz Fernando Ranghetti
Modified: 2012-06-27 10:31 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments
patch for cleaning up missmatching HTML tags (34.45 KB, patch)
2011-06-05 22:33 UTC, Torbjörn K.
Details

Note You need to log in before you can comment on or make changes to this bug.
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