From: Dmytro Dragan Date: Wed, 1 Jun 2016 14:36:39 +0000 (+0300) Subject: TizenRefApp-6400 TizenRefApp-6404 Updated some IDSs X-Git-Tag: submit/tizen/20160602.125713~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6c96f8f88bcc23aba44313f768aff3afd19073a;p=profile%2Fmobile%2Fapps%2Fnative%2Fmessage.git TizenRefApp-6400 TizenRefApp-6404 Updated some IDSs Change-Id: I575fd75154a654f3c09957b242933c359737c0eb Signed-off-by: Dmytro Dragan --- diff --git a/src/Conversation/Main/Controller/src/Conversation.cpp b/src/Conversation/Main/Controller/src/Conversation.cpp index f89252c..0fab857 100644 --- a/src/Conversation/Main/Controller/src/Conversation.cpp +++ b/src/Conversation/Main/Controller/src/Conversation.cpp @@ -660,7 +660,7 @@ void Conversation::showMainPopup() { PopupList &popup = getApp().getPopupManager().getPopupList(); popup.appendItem(msg("IDS_MSG_OPT_DELETE"), POPUPLIST_ITEM_PRESSED_CB(Conversation, onDeleteItemPressed), this); - popup.appendItem(msg("IDS_MSG_OPT_ADD_RECIPIENTS_ABB"), POPUPLIST_ITEM_PRESSED_CB(Conversation, onAddRecipientsItemPressed), this); + popup.appendItem(msg("IDS_MSG_TMBODY_ADD_OR_REMOVE_RECIPIENTS"), POPUPLIST_ITEM_PRESSED_CB(Conversation, onAddRecipientsItemPressed), this); popup.show(); } @@ -733,7 +733,7 @@ void Conversation::updateNavibar() if(m_Mode == NewMessageMode) { - naviBar.setTitle(msgt("IDS_MSGF_POP_NEW_MESSAGE")); + naviBar.setTitle(msgt("IDS_MSG_HEADER_COMPOSE_MESSAGE_ABB")); naviBar.showButton(NaviPrevButtonId, true); } else if(m_Mode == ConversationMode)