diff -r b1f0785c289d -r 4f501b74aeb1 messagingapp/msgui/msgaudiofetcher/src/msgaudiofetcherview.cpp --- a/messagingapp/msgui/msgaudiofetcher/src/msgaudiofetcherview.cpp Tue Jul 13 22:09:22 2010 +0530 +++ b/messagingapp/msgui/msgaudiofetcher/src/msgaudiofetcherview.cpp Sun Jul 25 18:59:19 2010 +0530 @@ -25,6 +25,8 @@ #include "msgaudiofetcherwidget.h" #include "convergedmessage.h" +#define LOC_SELECT_SOUND hbTrId("txt_messaging_title_select_a_sound") + MsgAudioFetcherView::MsgAudioFetcherView(const QVariantList& data) : message(NULL) { @@ -70,7 +72,7 @@ mToolBarRightAction = new HbAction(this); mToolBarRightAction->setObjectName("rightAction"); //TODO: need localized string - mToolBarRightAction->setText(hbTrId("Select")); + mToolBarRightAction->setText(LOC_SELECT_SOUND); mToolBarRightAction->setEnabled(false); toolBar()->addAction(mToolBarRightAction);