Index: apps/tagtree.c =================================================================== --- apps/tagtree.c (revision 24572) +++ apps/tagtree.c (working copy) @@ -1169,6 +1169,12 @@ if (total_count++ < offset) continue; + /*Using Hard-coded "" as in a #define in tagcache.c*/ + if ( strncasecmp(tcs.result , "", MAX_PATH) == 0) + { + tcs.result_len = strlen(str(LANG_TAGNAVI_UNTAGGED))+1; + strcpy(tcs.result,str(LANG_TAGNAVI_UNTAGGED)); + } dptr->newtable = NAVIBROWSE; if (tag == tag_title || tag == tag_filename) { Index: apps/lang/english.lang =================================================================== --- apps/lang/english.lang (revision 24572) +++ apps/lang/english.lang (working copy) @@ -13315,3 +13315,17 @@ lcd_bitmap: "Remote Base Skin" + + id: LANG_TAGNAVI_UNTAGGED + desc: "" entry in tag browser + user: core + + *: "" + + + *: "" + + + *: "Untagged" + + Index: apps/lang/portugues.lang =================================================================== --- apps/lang/portugues.lang (revision 24572) +++ apps/lang/portugues.lang (working copy) @@ -13238,4 +13238,18 @@ *: none recording: "Tipo de Botão de Arranque" + + id: LANG_TAGNAVI_UNTAGGED + desc: "" entry in tag browser + user: core + + *: "" + + + *: "" + + + *: "Sem etiqueta" +