From 0e09657f1d508fefc0f911ad71b17d2f4a719433 Mon Sep 17 00:00:00 2001 From: Oleksander Kostenko Date: Fri, 1 Jul 2016 14:43:56 +0300 Subject: [PATCH] TizenRefApp-6505 Rename title of "resend message" popup to "Couldn't send message" Change-Id: I9ac6db302b5964e68c9408f1729373ccc91a0a84 Signed-off-by: Oleksander Kostenko --- src/Conversation/ConvList/Controller/src/ConvListItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Conversation/ConvList/Controller/src/ConvListItem.cpp b/src/Conversation/ConvList/Controller/src/ConvListItem.cpp index 6f3245a..53388f9 100644 --- a/src/Conversation/ConvList/Controller/src/ConvListItem.cpp +++ b/src/Conversation/ConvList/Controller/src/ConvListItem.cpp @@ -329,7 +329,7 @@ void ConvListItem::showFailedToSendPopup() popup.addEventCb(EVAS_CALLBACK_DEL, EVAS_EVENT_CALLBACK(ConvListItem, onPopupDel), this); popup.addButton(msgt("IDS_MSG_BUTTON_CANCEL_ABB"), Popup::CancelButtonId, POPUP_BUTTON_CB(ConvListItem, onCancelButtonClicked), this); popup.addButton(msgt("IDS_MSG_BUTTON_RESEND_ABB"), Popup::OkButtonId, POPUP_BUTTON_CB(ConvListItem, onFailedResendButtonClicked), this); - popup.setTitle(msgt("IDS_MSG_HEADER_FAILED_TO_SEND_MESSAGE_ABB")); + popup.setTitle(msgt("IDS_MSG_HEADER_COULDNT_SEND_MESSAGE_ABB")); popup.setContent(msgt("IDS_MSG_POP_THIS_MESSAGE_WILL_BE_RESENT")); popup.show(); } -- 2.7.4