1
0
Fork 0
forked from len0rd/rockbox

accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string translatable

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26192 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-05-20 13:24:50 +00:00
parent 24aeac2a75
commit 0e263d5b77
5 changed files with 37 additions and 3 deletions

View file

@ -1169,6 +1169,12 @@ static int retrieve_entries(struct tree_context *c, int offset, bool init)
if (total_count++ < offset)
continue;
if ( strcmp(tcs.result , UNTAGGED ) == 0)
{
tcs.result_len = strlcpy(tcs.result,
str(LANG_TAGNAVI_UNTAGGED), TAG_MAXLEN )+1;
}
dptr->newtable = NAVIBROWSE;
if (tag == tag_title || tag == tag_filename)
{