diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-04-26 14:20:27 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-04-26 14:20:27 +0000 |
| commit | 3ea02a85c59423a0652e410d6b6ca53cd42444af (patch) | |
| tree | 744e970c3f6105e136ac0971431e63ea8261e905 | |
| parent | fe1f8d545f648c0dc39ab798f2ea9f256a62e8ff (diff) | |
| download | rockbox-3ea02a85c59423a0652e410d6b6ca53cd42444af.zip rockbox-3ea02a85c59423a0652e410d6b6ca53cd42444af.tar.gz rockbox-3ea02a85c59423a0652e410d6b6ca53cd42444af.tar.bz2 rockbox-3ea02a85c59423a0652e410d6b6ca53cd42444af.tar.xz | |
Fix order of Recording settings and Manage settings in the manual. Thanks to Grahack in IRC for pointing out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20804 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/main_menu/main.tex | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index 8c443cf..7272166 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -111,17 +111,6 @@ The \setting{General Settings} menu allows you to customise the way Rockbox look and the way it plays music. The details of this menu are covered in \reference{ref:configure_rockbox_general}. -\subsection{Manage Settings} -The \setting{Manage Settings} option allows the saving and re-loading of user -configuration settings, browsing the hard drive for alternate firmwares, and finally -resetting your \dap{} back to initial configuration. -% -\opt{MASCODEC}{This menu also allows the user to load different versions of the -Rockbox firmware.} -% -The details of this menu are covered in -\reference{ref:manage_settings}. - \subsection{Theme Settings} The \setting{Theme Settings} menu contains options that control the visual apperance of Rockbox. The details of this menu are covered in @@ -132,9 +121,20 @@ apperance of Rockbox. The details of this menu are covered in The \setting{Recording Settings} menu allows you to configure settings related to recording. The details of this menu are covered in detail in \reference{ref:Recordingsettings}. +} + +\subsection{Manage Settings} +The \setting{Manage Settings} option allows the saving and re-loading of user +configuration settings, browsing the hard drive for alternate firmwares, and finally +resetting your \dap{} back to initial configuration. +% +\opt{MASCODEC}{This menu also allows the user to load different versions of the +Rockbox firmware.} +% +The details of this menu are covered in +\reference{ref:manage_settings}. \input{main_menu/recording_screen.tex} -} \opt{radio}{\input{main_menu/fmradio.tex}} |