phonebookui/pbkcommonui/src/cntfamilyeditormodel.cpp
changeset 37 fd64c38c277d
parent 25 76a2435edfd4
child 40 b46a585f6909
--- a/phonebookui/pbkcommonui/src/cntfamilyeditormodel.cpp	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookui/pbkcommonui/src/cntfamilyeditormodel.cpp	Thu May 27 12:45:19 2010 +0300
@@ -32,12 +32,12 @@
     QStringList children = mFamily.children();
 
     HbDataFormModelItem* spouseItem = new HbDataFormModelItem(HbDataFormModelItem::TextItem,
-        qtTrId("Spouse"));
+        hbTrId("txt_phob_formlabel_spouse"));
     spouseItem->setContentWidgetData("text", mFamily.spouse());
     spouseItem->setContentWidgetData("maxLength", CNT_SPOUSE_MAXLENGTH);
 
     HbDataFormModelItem* childrenItem = new HbDataFormModelItem(HbDataFormModelItem::TextItem,
-        qtTrId("Children"));
+        hbTrId("txt_phob_formlabel_children"));
     childrenItem->setContentWidgetData("text", children.join(", "));
     childrenItem->setContentWidgetData("maxLength", CNT_CHILDREN_MAXLENGTH);