Change-Id: Ifca063b5a2e1b3ef8f5cfdad71263bc0617583d5
if (sel_cnt > 0) {
char *text = NULL;
text = g_strdup_printf(pd_selected, sel_cnt);
- _gl_thumbs_update_label(nf_it, GL_STR_ID_SELECT_ITEM);
+ _gl_thumbs_update_label(nf_it, text);
GL_GFREEIF(text);
} else if (!b_lang) {
/* Don't need to update text if it's called by language_changed_cb */
char *text = NULL;
text = g_strdup_printf(_gl_str(pd_selected), sel_cnt);
elm_object_item_part_text_set(nf_it, "elm.text.title",
- _gl_str(GL_STR_ID_SELECT_ITEM));
+ text);
gl_dbg("Text is : %s", text);
GL_GFREEIF(text);
} else if (!b_lang) {