Change PO string 16/104216/2
authorGeunsun, Lee <gs86.lee@samsung.com>
Mon, 12 Dec 2016 23:07:41 +0000 (08:07 +0900)
committerGeunsun, Lee <gs86.lee@samsung.com>
Mon, 12 Dec 2016 23:15:21 +0000 (08:15 +0900)
Change-Id: Ia301d2212fd6bd92e2bd6fc51a1adec84f611f3f

src/common/popup.c
src/mobile/popup.c

index c52c055..f86f384 100644 (file)
@@ -107,7 +107,7 @@ Evas_Object *popup_create(const char *title, const char *text)
        goto_if(!btn, ERROR);
 
        elm_object_style_set(btn, "popup");
-       elm_object_text_set(btn, S_("IDS_COM_SK_CONFIRM"));
+       elm_object_text_set(btn, _("IDS_COM_BUTTON_OK_ABB"));
        elm_object_part_content_set(popup, "button1", btn);
        evas_object_smart_callback_add(btn, "clicked", _popup_btn_clicked_cb, popup);
 
index c52c055..f86f384 100644 (file)
@@ -107,7 +107,7 @@ Evas_Object *popup_create(const char *title, const char *text)
        goto_if(!btn, ERROR);
 
        elm_object_style_set(btn, "popup");
-       elm_object_text_set(btn, S_("IDS_COM_SK_CONFIRM"));
+       elm_object_text_set(btn, _("IDS_COM_BUTTON_OK_ABB"));
        elm_object_part_content_set(popup, "button1", btn);
        evas_object_smart_callback_add(btn, "clicked", _popup_btn_clicked_cb, popup);