Change a string for watchdog and crash popup
[platform/core/system/system-popup.git] / src / crash / crash.c
index e9d41f0..342b023 100755 (executable)
@@ -127,7 +127,7 @@ static int crash_get_content(const struct popup_ops *ops, char *content, unsigne
 
        _I("name(%s), path(%s), tname(%s)", name, path, tname);
 
-       text = _("IDS_IDLE_POP_PS_HAS_STOPPED_UNEXPECTEDLY");
+       text = _("WDS_TPLATFORM_BODY_PS_HAS_STOPPED");
        snprintf(content, len, text, tname);
 
        return 0;