[Kalzium] [Bug 114882] Some strings in the glossary are not translated
Pino Toscano
toscano.pino at tiscali.it
Sun Oct 23 01:29:36 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
------- Additional Comments From toscano.pino tiscali it 2005-10-23 01:29 -------
SVN commit 473231 by pino:
Translate the description at the right point.
CCBUG: 114882
M +1 -3 kdeeduglossary.cpp
--- branches/KDE/3.5/kdeedu/libkdeedu/kdeeduui/kdeeduglossary.cpp #473230:473231
@ -130,7 +130,7 @
QString picName = itemElement.namedItem( "picture" ).toElement().text();
QDomElement refNode = ( const QDomElement& ) itemElement.namedItem( "references" ).toElement();
- QString desc = descNode.toElement().text();
+ QString desc = i18n( descNode.toElement().text().utf8() );
if ( !picName.isEmpty() )
desc.prepend("[img]"+picName +"[/img]" );
@ -146,8 +146,6 @
item->setDesc( item->desc().replace("[/sup]", "</sup>" ) );
item->setDesc( item->desc().replace("[br]", "<br />" ) );
- item->setDesc( i18n( item->desc().utf8() ) );
-
refNodeList = refNode.elementsByTagName( "refitem" );
for ( uint it = 0; it < refNodeList.count(); it++ )
{
More information about the Kalzium
mailing list