diff -r 36f374c67aa8 -r 12db4185673b messagingapp/msgui/msgaudiofetcher/src/msgaudiofetcherview.cpp --- a/messagingapp/msgui/msgaudiofetcher/src/msgaudiofetcherview.cpp Tue Jul 06 14:12:40 2010 +0300 +++ b/messagingapp/msgui/msgaudiofetcher/src/msgaudiofetcherview.cpp Wed Aug 18 09:45:25 2010 +0300 @@ -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);