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:
parent
39dc7cdb49
commit
a3fb2b4e3e
6 changed files with 7 additions and 7 deletions
|
@ -10967,7 +10967,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_PM_CLIPCOUNT
|
id: LANG_SYSFONT_PM_CLIPCOUNT
|
||||||
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -11207,7 +11207,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_PM_CLIPCOUNT
|
id: LANG_SYSFONT_PM_CLIPCOUNT
|
||||||
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -11140,7 +11140,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_PM_CLIPCOUNT
|
id: LANG_SYSFONT_PM_CLIPCOUNT
|
||||||
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
|
@ -11240,4 +11240,4 @@
|
||||||
*: none
|
*: none
|
||||||
usbstack: "Device Driver"
|
usbstack: "Device Driver"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
|
|
|
@ -11096,7 +11096,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_PM_CLIPCOUNT
|
id: LANG_SYSFONT_PM_CLIPCOUNT
|
||||||
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -11068,7 +11068,7 @@
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_PM_CLIPCOUNT
|
id: LANG_SYSFONT_PM_CLIPCOUNT
|
||||||
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
|
|
|
@ -1544,7 +1544,7 @@ bool recording_screen(bool no_source)
|
||||||
{
|
{
|
||||||
if(PM_HEIGHT > 1)
|
if(PM_HEIGHT > 1)
|
||||||
screens[i].puts(0, 2 + filename_offset[i],
|
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],
|
screens[i].puts(0, 1 + PM_HEIGHT + filename_offset[i],
|
||||||
clpstr);
|
clpstr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue