diff -r d1838696558c -r 9dcba1ee99f7 iaupdate/IAD/ui/src/iaupdatemainview.cpp --- a/iaupdate/IAD/ui/src/iaupdatemainview.cpp Thu Oct 14 14:11:30 2010 +0300 +++ b/iaupdate/IAD/ui/src/iaupdatemainview.cpp Wed Oct 20 14:52:56 2010 +0300 @@ -609,7 +609,7 @@ { if (depCount > 1) { - HbParameterLengthLimiter limiter(hbTrId("txt_software_info_updates_1_needs_deselected_upd")); + HbParameterLengthLimiter limiter(hbTrId("txt_software_info_updates_1_need_deselected_upd")); text.append(limiter.arg("names")); } else @@ -874,7 +874,7 @@ IAUPDATE_TRACE("[IAUPDATE] IAUpdateMainView::showDetails() begin"); HbMessageBox *messageBox = new HbMessageBox(HbMessageBox::MessageTypeInformation); HbLabel *label = new HbLabel(messageBox); - label->setHtml(QString("Details")); + label->setHtml(hbTrId("txt_software_title_details")); messageBox->setHeadingWidget(label); messageBox->setIconVisible(false); @@ -897,7 +897,7 @@ text.append(QString("
")); if (node.NodeType() == MIAUpdateAnyNode::ENodeTypeFw) { - text.append(hbTrId("txt_software_dblist_device_software ")); // TODO: wrong layout + text.append(hbTrId("txt_swupdate_dialog_device_software")); } else {