1
0
Fork 0
forked from len0rd/rockbox

Manual: Rephrase what 'shutdown' does so that the sentence reads more smoothly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31159 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2011-12-06 16:51:28 +00:00
parent a8e0d6a416
commit cc95f34036

View file

@ -280,7 +280,7 @@ settings. With a shortcut,
\item A setting can be configured (any which can be added to the \item A setting can be configured (any which can be added to the
\setting{Quick Screen}) \setting{Quick Screen})
\item A debug menu item can be displayed (useful for developers mostly) \item A debug menu item can be displayed (useful for developers mostly)
\item A shortcut to shutdown the player \item The \dap{} can be turned off
\end{itemize} \end{itemize}
\note{Shortcuts into the database are not possible} \note{Shortcuts into the database are not possible}
@ -310,8 +310,7 @@ Available types are:
\item[debug] \config{data} is the name of the debug menu item to display \item[debug] \config{data} is the name of the debug menu item to display
\item[separator] \config{data} is ignored; \config{name} can be used to display text, \item[separator] \config{data} is ignored; \config{name} can be used to display text,
or left blank to make the list more accessible with visual gaps or left blank to make the list more accessible with visual gaps
\item[shutdown] \config{data} is ignored; \config{name} can be used to display text, \item[shutdown] \config{data} is ignored; \config{name} can be used to display text
Causes the player to turn off.
\end{description} \end{description}
If the name/icon items are not specified, a sensible default will be used. If the name/icon items are not specified, a sensible default will be used.