diff options
| author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-12-11 10:46:42 +0000 |
|---|---|---|
| committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-12-11 10:46:42 +0000 |
| commit | e565d36b889246002262c171112131eb2fa4436f (patch) | |
| tree | 2d97e03f9d5b99d7066d5ac65f242f60125e105e | |
| parent | c03871ab806755948cfb335d742b350ddeaa667d (diff) | |
| download | rockbox-e565d36b889246002262c171112131eb2fa4436f.zip rockbox-e565d36b889246002262c171112131eb2fa4436f.tar.gz rockbox-e565d36b889246002262c171112131eb2fa4436f.tar.bz2 rockbox-e565d36b889246002262c171112131eb2fa4436f.tar.xz | |
Manual: Song rating control is a list, and therefore no need to explain what
key to press in order to select a value.
In anyway, \ButtonRight is not the correct macro to use, as it not necessarily
defined for all targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23930 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/wps.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index 7ea0f3d..ed9daf5 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex @@ -247,7 +247,7 @@ repeat, party mode, study mode and other settings affecting the playback of your The menu entry is only shown if \setting{Gather Runtime Information} is enabled. It allows the asignment of a personal rating value (0 -- 10) to a track which can be displayed in the WPS and used in the Database -browser. Press \ButtonRight{} to increment the value. The value wraps at 10. +browser. The value wraps at 10. \subsubsection{Bookmarks} This allows you to create a bookmark in the currently-playing track. |