phonebookui/pbkcommonui/src/cntnoteeditorviewitem.cpp
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 37 fd64c38c277d
--- a/phonebookui/pbkcommonui/src/cntnoteeditorviewitem.cpp	Mon May 03 12:24:20 2010 +0300
+++ b/phonebookui/pbkcommonui/src/cntnoteeditorviewitem.cpp	Fri May 14 15:42:23 2010 +0300
@@ -64,7 +64,7 @@
     mEdit->setMinRows( CNT_NOTE_EDITOR_MIN_ROWCOUNT );
     mEdit->setText( detail.note() );
 
-    HbLabel* label = new HbLabel(hbTrId("Note"));
+    HbLabel* label = new HbLabel(hbTrId("txt_phob_formlabel_note"));
     mLayout->addItem(label);
     mLayout->addItem(mEdit);
     widget->setLayout( mLayout );