Fix typos/c&p errors.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26993 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alex Parker 2010-06-20 16:23:47 +00:00
parent 8a798179fc
commit 994d955d9c
4 changed files with 4 additions and 4 deletions

View file

@ -312,7 +312,7 @@ and the WPS, but you can use multiple fonts in each of the individual screens.\\
\config{\%Fl(`id',filename)} \config{\%Fl(`id',filename)}
\begin{itemize} \begin{itemize}
\item `id' is the number you want to use in viewport declerations, 0 and 1 \item `id' is the number you want to use in viewport declarations, 0 and 1
are reserved and so can't be used. are reserved and so can't be used.
\item `filename' is the font filename to load. Fonts should be stored in \item `filename' is the font filename to load. Fonts should be stored in
\fname{/.rockbox/fonts/} \fname{/.rockbox/fonts/}

View file

@ -5,7 +5,7 @@
\begin{itemize} \begin{itemize}
\item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF. \item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF.
\item `font' is a number: 0 is the built-in system font, 1 is the \item `font' is a number: 0 is the built-in system font, 1 is the
current menu font, and 2-9 are additional are skin loaded fonts (see current menu font, and 2-9 are additional skin loaded fonts (see
\reference{ref:multifont}). \reference{ref:multifont}).
\item Only the coordinates \emph{have} to be specified. Leaving the other \item Only the coordinates \emph{have} to be specified. Leaving the other
definitions blank will set them to their default values. definitions blank will set them to their default values.

View file

@ -6,7 +6,7 @@
\item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
(= white). (= white).
\item `font' is a number: 0 is the built-in system font, 1 is the \item `font' is a number: 0 is the built-in system font, 1 is the
current menu font, and 2-9 are additional are skin loaded fonts (see current menu font, and 2-9 are additional skin loaded fonts (see
\reference{ref:multifont}). \reference{ref:multifont}).
\item Only the coordinates \emph{have} to be specified. Leaving the other \item Only the coordinates \emph{have} to be specified. Leaving the other
definitions blank will set them to their default values. definitions blank will set them to their default values.

View file

@ -4,7 +4,7 @@
\begin{itemize} \begin{itemize}
\item `font' is a number: 0 is the built-in system font, 1 is the \item `font' is a number: 0 is the built-in system font, 1 is the
current menu font, and 2-9 are additional are skin loaded fonts (see current menu font, and 2-9 are additional skin loaded fonts (see
\reference{ref:multifont}). \reference{ref:multifont}).
\item Only the coordinates \emph{have} to be specified. Leaving the other \item Only the coordinates \emph{have} to be specified. Leaving the other
definitions blank will set them to their default values. definitions blank will set them to their default values.