summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/advanced_topics/main.tex6
-rw-r--r--manual/configure_rockbox/theme_settings.tex8
2 files changed, 7 insertions, 7 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 41c0ba4adb..f6ba4ae52a 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -15,7 +15,7 @@ in the font package at \url{http://www.rockbox.org/daily.shtml}.}
15 be loaded automatically every time you start up, it must be located in the 15 be loaded automatically every time you start up, it must be located in the
16 \fname{/.rockbox/fonts} directory and the filename must be at most 24 characters 16 \fname{/.rockbox/fonts} directory and the filename must be at most 24 characters
17 long. You can browse the fonts in \fname{/.rockbox/fonts} under 17 long. You can browse the fonts in \fname{/.rockbox/fonts} under
18 \setting{Settings $\rightarrow$ Theme Settings $\rightarrow$ Browse Fonts} 18 \setting{Settings $\rightarrow$ Theme Settings $\rightarrow$ Font}
19 in the \setting{Main Menu}. 19 in the \setting{Main Menu}.
20 \note{Advanced Users Only: Any BDF font file up to 16 pixels high should 20 \note{Advanced Users Only: Any BDF font file up to 16 pixels high should
21 be usable with Rockbox. To convert from \fname{.bdf} to \fname{.fnt}, use 21 be usable with Rockbox. To convert from \fname{.bdf} to \fname{.fnt}, use
@@ -96,7 +96,7 @@ file find the instructions on the Rockbox website:
96 \fname{/.rockbox/themes} directory and then activate the config file 96 \fname{/.rockbox/themes} directory and then activate the config file
97 from the menu as normal 97 from the menu as normal
98 (\setting{Settings} $\rightarrow$ \setting{Theme Settings}% 98 (\setting{Settings} $\rightarrow$ \setting{Theme Settings}%
99 $\rightarrow$ \setting{Browse Themes}). 99 $\rightarrow$ \setting{Browse Theme Files}).
100 100
101 \subsubsection{Editing} 101 \subsubsection{Editing}
102 The built-in \setting{Text Editor} (see \reference{sec:text_editor}) 102 The built-in \setting{Text Editor} (see \reference{sec:text_editor})
@@ -142,7 +142,7 @@ file find the instructions on the Rockbox website:
142 displaying Track name, Artist, Album etc. in the default font as a purely 142 displaying Track name, Artist, Album etc. in the default font as a purely
143 text based layout. There are a number of WPS files included in Rockbox, and 143 text based layout. There are a number of WPS files included in Rockbox, and
144 you can load one of these at any time by selecting it in 144 you can load one of these at any time by selecting it in
145 \setting{Settings $\rightarrow$ Theme Settings $\rightarrow$ Browse .wps files}. 145 \setting{Settings $\rightarrow$ Theme Settings $\rightarrow$ While Playing Screen}.
146 \opt{HAVE_REMOTE_LCD}{There is a related option to browse \fname{.rwps} 146 \opt{HAVE_REMOTE_LCD}{There is a related option to browse \fname{.rwps}
147 files for \daps{} with LCD remote controls installed. This will load a 147 files for \daps{} with LCD remote controls installed. This will load a
148 similar WPS screen for the remote.} 148 similar WPS screen for the remote.}
diff --git a/manual/configure_rockbox/theme_settings.tex b/manual/configure_rockbox/theme_settings.tex
index 0273fe02ea..ffd437f418 100644
--- a/manual/configure_rockbox/theme_settings.tex
+++ b/manual/configure_rockbox/theme_settings.tex
@@ -3,7 +3,7 @@ The \setting{Theme Settings} menu offers options that you can change to
3customize the visual apperance of Rockbox. 3customize the visual apperance of Rockbox.
4 4
5\begin{description} 5\begin{description}
6\item[Browse Themes.] 6\item[Browse Theme Files.]
7 This option will display all the currently installed themes on the \dap{}, 7 This option will display all the currently installed themes on the \dap{},
8 press \ActionTreeEnter{} to load the chosen theme and apply it. 8 press \ActionTreeEnter{} to load the chosen theme and apply it.
9 9
@@ -31,12 +31,12 @@ customize the visual apperance of Rockbox.
31 \reference{ref:CreateYourOwnWPS} for more details.} 31 \reference{ref:CreateYourOwnWPS} for more details.}
32 32
33\opt{lcd_bitmap}{ 33\opt{lcd_bitmap}{
34 \item[Browse Fonts.] 34 \item[Font.]
35 Browse the installed fonts on your \dap{}. Selecting one will activate it. 35 Browse the installed fonts on your \dap{}. Selecting one will activate it.
36 See \reference{ref:Loadingfonts} for further details about fonts. 36 See \reference{ref:Loadingfonts} for further details about fonts.
37} % \nopt{player} 37} % \nopt{player}
38 38
39\item[Browse WPS files.] 39\item[While Playing Screen.]
40 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and 40 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and
41 displays all \fname{.wps} files. Selecting one will activate it, stop will 41 displays all \fname{.wps} files. Selecting one will activate it, stop will
42 exit back to the menu. For further information about the WPS see 42 exit back to the menu. For further information about the WPS see
@@ -44,7 +44,7 @@ customize the visual apperance of Rockbox.
44 \reference{ref:ConfiguringtheWPS}. 44 \reference{ref:ConfiguringtheWPS}.
45 45
46\opt{HAVE_REMOTE_LCD}{ 46\opt{HAVE_REMOTE_LCD}{
47 \item[Browse RWPS files.] 47 \item[Remote While Playing Screen.]
48 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and 48 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and
49 displays all \fname{.rwps} files. Selecting one will activate it, stop will 49 displays all \fname{.rwps} files. Selecting one will activate it, stop will
50 exit back to the menu. 50 exit back to the menu.