[TSAM-11624] changed time no content view language 79/104979/1
authorRahul Dadhich <r.dadhich@samsung.com>
Thu, 15 Dec 2016 05:01:25 +0000 (10:31 +0530)
committerRahul Dadhich <r.dadhich@samsung.com>
Thu, 15 Dec 2016 05:01:25 +0000 (10:31 +0530)
Change-Id: Ica972cdcc4c7aab2c2a0ce7c75428b8e615dd640
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
src/2dview/gl-timeline.c

index 48984c77847288df795d382a621146b8c0f355e5..d38317c062a69fe7f050f3a3af3237155ca5fd7d 100644 (file)
@@ -2500,6 +2500,10 @@ bool _gl_check_no_content_view(void *data)
                _gl_data_get_item_cnt(GL_ALBUM_ALL_ID, GL_STORE_T_ALL, &item_cnt);
        if (ret != 0 || item_cnt == 0) {
                if (ad->tlinfo->nocontents) {
+                       _gl_ui_set_translate_part_str(ad->tlinfo->nocontents, "elm.text",
+                                                                                 _gl_str(GL_STR_ID_NO_ITEMS));
+                       _gl_ui_set_translate_part_str(ad->tlinfo->nocontents, "elm.help.text",
+                                                                                 _gl_str(GL_STR_ID_NO_ITEMS_SECOND));
                        gl_dbgE("Empty!");
                        return true;
                }