TizenRefApp-6400 TizenRefApp-6404 Updated some IDSs 81/72581/1
authorDmytro Dragan <dm.dragan@samsung.com>
Wed, 1 Jun 2016 14:36:39 +0000 (17:36 +0300)
committerDmytro Dragan <dm.dragan@samsung.com>
Wed, 1 Jun 2016 14:37:34 +0000 (17:37 +0300)
Change-Id: I575fd75154a654f3c09957b242933c359737c0eb
Signed-off-by: Dmytro Dragan <dm.dragan@samsung.com>
src/Conversation/Main/Controller/src/Conversation.cpp

index f89252c..0fab857 100644 (file)
@@ -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)