Modify download-manager-notification statusTextId naming 70/64770/1
authormin7.choi <min7.choi@samsung.com>
Tue, 5 Apr 2016 08:49:33 +0000 (17:49 +0900)
committermin7.choi <min7.choi@samsung.com>
Tue, 5 Apr 2016 08:49:33 +0000 (17:49 +0900)
Change-Id: I7a3f5cac6e3d5e88c6ccc27e0a32519853a14ea4
Signed-off-by: min7.choi <min7.choi@samsung.com>
src/download-manager-notification.cpp

index 5d2fd51..10ae352 100755 (executable)
@@ -368,10 +368,10 @@ notification_h DownloadNoti::createNoti(NOTIFICATION_TYPE::TYPE type)
 
        if (NOTIFICATION_TYPE::NOTI_COMPLETED == type) {
                statusText = DM_POP_TEXT_DOWNLOAD_COMPLETE;
-               statusTextId = "IDS_DM_HEADER_DOWNLOAD_COMPLETE";
+               statusTextId = __("IDS_DM_HEADER_DOWNLOAD_COMPLETE");
        } else if (NOTIFICATION_TYPE::NOTI_FAILED == type) {
                statusText = DM_POP_TEXT_DOWNLOAD_FAILED;
-               statusTextId = "IDS_DM_BODY_DOWNLOAD_FAILED_M_STATUS_ABB";
+               statusTextId = __("IDS_DM_BODY_DOWNLOAD_FAILED_M_STATUS_ABB");
        }
 
 #ifdef _TIZEN_2_3_UX