1
0
Fork 0
forked from len0rd/rockbox

The clipcount string used in the rec screen should have been named sysfont. Fix also the already translated ones.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14524 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2007-08-29 18:36:29 +00:00
parent 39dc7cdb49
commit a3fb2b4e3e
6 changed files with 7 additions and 7 deletions

View file

@ -1544,7 +1544,7 @@ bool recording_screen(bool no_source)
{
if(PM_HEIGHT > 1)
screens[i].puts(0, 2 + filename_offset[i],
str(LANG_PM_CLIPCOUNT));
str(LANG_SYSFONT_PM_CLIPCOUNT));
screens[i].puts(0, 1 + PM_HEIGHT + filename_offset[i],
clpstr);
}