[Kalzium] [Bug 114882] Some strings in the glossary are not translated
Pino Toscano
toscano.pino at tiscali.it
Sun Oct 23 01:34:19 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=114882
toscano.pino tiscali it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From toscano.pino tiscali it 2005-10-23 01:34 -------
SVN commit 473233 by pino:
Forwardport: translate the description at the right point.
BUG: 114882
M +1 -1 kdeeduglossary.cpp
--- trunk/KDE/kdeedu/libkdeedu/kdeeduui/kdeeduglossary.cpp #473232:473233
@ -162,7 +162,7 @
QString picName = itemElement.namedItem( "picture" ).toElement().text();
QDomElement refNode = ( const QDomElement& ) itemElement.namedItem( "references" ).toElement();
- QString desc = descNode.toElement().text().toUtf8();
+ QString desc = i18n( descNode.toElement().text().toUtf8() );
if ( !picName.isEmpty() )
desc.prepend("[img]"+picName +"[/img][brclear][br]" );
More information about the Kalzium
mailing list