Change-Id: Ica972cdcc4c7aab2c2a0ce7c75428b8e615dd640
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
_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;
}