From: JunsuChoi Date: Thu, 11 Jan 2018 05:36:48 +0000 (+0900) Subject: elc_popup: read 'Alert' here temporary X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8ec5f2538a45ba490432c5b3cde36cfc3d0fd46;p=platform%2Fupstream%2Fefl.git elc_popup: read 'Alert' here temporary Change-Id: I84aa35a605924d7a00684d64d8ebbf324ba68b5f --- diff --git a/src/lib/elementary/elc_popup.c b/src/lib/elementary/elc_popup.c index 28ef840..d0fa2e5 100644 --- a/src/lib/elementary/elc_popup.c +++ b/src/lib/elementary/elc_popup.c @@ -407,7 +407,7 @@ _access_info_cb(void *data, Evas_Object *obj EINA_UNUSED) if (priv->title_text) { buf = eina_strbuf_new(); - eina_strbuf_append_printf(buf, "%s, %s", priv->title_text, N_("Title")); + eina_strbuf_append_printf(buf, "%s, %s, %s", N_("Alert"), priv->title_text, N_("Title")); ret = eina_strbuf_string_steal(buf); eina_strbuf_free(buf); return strdup(ret);