Set multilingual strings in Button of Rename popup 87/252487/1 accepted/tizen/unified/20210201.055358 submit/tizen/20210129.012947
authorkiso.chang <kiso.chang@samsung.com>
Fri, 29 Jan 2021 00:36:25 +0000 (09:36 +0900)
committerkiso.chang <kiso.chang@samsung.com>
Fri, 29 Jan 2021 00:37:43 +0000 (09:37 +0900)
Change-Id: I102525666e73cd8663bbe59776f757d14f454097
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
setting-about/src/setting-about-main.c

index 40d872d184ac76f4241a89f1cf4fc4596434194c..d13b9a38dcf9da4b234617e7a1a0d9400b11b093 100755 (executable)
@@ -369,8 +369,8 @@ static void __creat_name_view(void *data)
 
        Evas_Object *popup = enter_text_popup_create(ad->md.naviframe);
        enter_text_popup_title_set(popup, _("IDS_ST_HEADER_DEVICE_NAME"));
-       enter_text_popup_confirm_text_set(popup, "APPLY");
-       enter_text_popup_reject_text_set(popup, "CANCEL");
+       enter_text_popup_confirm_text_set(popup, "IDS_ST_BUTTON_OK");
+       enter_text_popup_reject_text_set(popup, "IDS_ST_BUTTON_CANCEL");
        enter_text_popup_description_set(popup, _("IDS_ST_BODY_DEVICE_NAMES_ARE_DISPLAYED"));
        enter_text_popup_header_set(popup, _("IDS_ST_BODY_NAME"));
        enter_text_popup_guide_text_set(popup, _("IDS_ST_HEADER_DEVICE_NAME"));