elc_popup: read 'Alert' here temporary 02/166602/3
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 11 Jan 2018 05:36:48 +0000 (14:36 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 12 Jan 2018 06:31:58 +0000 (06:31 +0000)
Change-Id: I84aa35a605924d7a00684d64d8ebbf324ba68b5f

src/lib/elementary/elc_popup.c

index 28ef840..d0fa2e5 100644 (file)
@@ -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);