From 7a8b84d5438a601dea2de1e020b5262b7d13daf3 Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Sun, 27 Aug 2006 11:17:36 +0000 Subject: Fix typos, reported by Marianne Arnold git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10767 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/stopwatch.tex | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'manual/plugins/stopwatch.tex') diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex index c5a26aea2c..d0a9e5a5ae 100644 --- a/manual/plugins/stopwatch.tex +++ b/manual/plugins/stopwatch.tex @@ -7,21 +7,28 @@ A simple stopwatch program with support for saving times. \begin{table} \begin{btnmap}{}{} -\opt{player}{Menu}\opt{recorder,recorderv2fm}{Off} -\opt{ondio}{OnOff}\opt{h1xx,h300}{Stop} -\opt{ipodcolor,ipodnano}{Menu} +\opt{player}{\ButtonMenu} +\opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOff} +\opt{ondio}{\ButtonOff} +\opt{ipodcolor,ipodnano}{\ButtonMenu} & Quit Plugin \\ -\opt{player,recorder,recorderv2fm}{Play}\opt{ondio}{Right} -\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Play} +\opt{player,recorder,recorderv2fm}{\ButtonPlay} +\opt{ondio}{\ButtonRight} +\opt{h1xx,h300}{\ButtonSelect} +\opt{ipodcolor,ipodnano}{\ButtonPlay} & Start / stop \\ -\opt{player}{Stop}\opt{recorder,recorderv2fm,ondio}{Left} -\opt{h1xx,h300}{Down}\opt{ipodcolor,ipodnano}{\fixme{Unknown}} +\opt{player}{\ButtonStop} +\opt{recorder,recorderv2fm,ondio}{\ButtonLeft} +\opt{h1xx,h300}{\ButtonDown} +\opt{ipodcolor,ipodnano}{\fixme{Unknown}} & Reset timer \\ -\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode}\opt{h1xx,h300}{Play} +\opt{player,recorder,recorderv2fm}{\ButtonOn} +\opt{ondio}{\ButtonMenu} +\opt{h1xx,h300}{\ButtonOn} \opt{ipodcolor,ipodnano}{\fixme{Unknown}} & Take lap time \\ -\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left/Right} -\opt{recorder,recorderv2fm}{Down/Up} +\opt{player,h1xx,h300,ipodcolor,ipodnano}{\ButtonLeft/\ButtonRight} +\opt{recorder,recorderv2fm}{\ButtonDown/\ButtonUp} & Scroll through lap times \\ \end{btnmap} \end{table} -- cgit v1.2.3