phonebookui/pbkcommonui/src/cnturleditorviewitem.cpp
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
child 46 efe85016a067
--- a/phonebookui/pbkcommonui/src/cnturleditorviewitem.cpp	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookui/pbkcommonui/src/cnturleditorviewitem.cpp	Thu May 27 12:45:19 2010 +0300
@@ -119,20 +119,20 @@
     QString fieldAddress = QContactUrl::FieldUrl;
         
     QStandardItem *noContext = new QStandardItem;
-    noContext->setText(qtTrId("URL"));
+    noContext->setText(hbTrId("txt_phob_formlabel_val_url"));
     noContext->setData(fieldAddress, DetailSubType);
     noContext->setData(CNT_URL_EDITOR_MAXLENGTH, DetailMaxLength);
     model->appendRow(noContext);
            
     QStandardItem *home = new QStandardItem;
-    home->setText(qtTrId("URL (home)"));
+    home->setText(hbTrId("txt_phob_formlabel_val_url_home"));
     home->setData(fieldAddress, DetailSubType);
     home->setData(contextHome, DetailContext);
     home->setData(CNT_URL_EDITOR_MAXLENGTH, DetailMaxLength);
     model->appendRow(home);
            
     QStandardItem *work = new QStandardItem;
-    work->setText(qtTrId("URL (work)"));
+    work->setText(hbTrId("txt_phob_formlabel_val_url_work"));
     work->setData(fieldAddress, DetailSubType);
     work->setData(contextWork, DetailContext);
     work->setData(CNT_URL_EDITOR_MAXLENGTH, DetailMaxLength);