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

index 48984c7..d38317c 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;
                }