From 1ebf325af9fcf0c203ba5ee8b250fe5e8fd7466a Mon Sep 17 00:00:00 2001 From: "changjoo.lee" Date: Fri, 26 Aug 2016 10:53:22 +0900 Subject: [PATCH] overheat popup : change from cancel to IDS_COM_SK_CANCEL Change-Id: Ic6a75d6b1f60503122588ad8672faa09e3914451 Signed-off-by: changjoo.lee --- src/overheat/overheat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/overheat/overheat.c b/src/overheat/overheat.c index b425d16..f1d46a5 100755 --- a/src/overheat/overheat.c +++ b/src/overheat/overheat.c @@ -43,6 +43,7 @@ static char *items[] = { "IDS_QP_POP_YOUR_DEVICE_IS_OVERHEATING_IT_WILL_NOW_POWER_OFF_TO_COOL_DOWN", "IDS_IDLE_POP_PD_SECONDS_ARE_LEFT_BEFORE_YOUR_DEVICE_POWERS_OFF", "IDS_ST_BUTTON_TURN_OFF_NOW", + "IDS_COM_SK_CANCEL" }; char* gl_text_get(int index) @@ -214,7 +215,7 @@ int overheat_popup(bundle *b, const struct popup_ops *ops) /* cancel button */ btn = elm_button_add(popup); elm_object_style_set(btn, "bottom"); - elm_object_text_set(btn, "Cancel"); + elm_object_text_set(btn, gl_text_get(4)); elm_object_part_content_set(popup, "button1", btn); evas_object_smart_callback_add(btn, "clicked", _popup_cancel_btn_clicked_cb, ops); -- 2.7.4