notes/notesui/noteseditor/src/notesnoteeditor.cpp
changeset 70 a5ed90760192
parent 57 bb2d3e476f29
child 83 5aadd1120515
--- a/notes/notesui/noteseditor/src/notesnoteeditor.cpp	Tue Aug 31 18:15:13 2010 +0530
+++ b/notes/notesui/noteseditor/src/notesnoteeditor.cpp	Mon Sep 06 10:12:45 2010 +0530
@@ -332,7 +332,7 @@
 
 	// Add delete and cancel actions.
 	mDeleteNoteAction = new HbAction(
-			hbTrId("txt_notes_button_dialog_delete"));
+			hbTrId("txt_common_button_delete"));
 	mCancelDeleteAction = new HbAction(
 			hbTrId("txt_common_button_cancel"));
 	confirmationQuery->addAction(mDeleteNoteAction);