diff options
author | Michael Chicoine <mc2739@gmail.com> | 2009-11-27 15:20:52 +0000 |
---|---|---|
committer | Michael Chicoine <mc2739@gmail.com> | 2009-11-27 15:20:52 +0000 |
commit | 35ae21017e10a8ffd90f9e0e8def021fb724e9bb (patch) | |
tree | 9cb295fd88cc16e29dfe17742897ca26ddfee4c5 | |
parent | 972a7efcb462eb5048c5c878275b9f742ed5efb6 (diff) | |
download | rockbox-35ae21017e10a8ffd90f9e0e8def021fb724e9bb.tar.gz rockbox-35ae21017e10a8ffd90f9e0e8def021fb724e9bb.zip |
Fix FS#10817 - Wrong layout of the keymap table for the 'While Recording Screen'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23772 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/main_menu/recording_screen.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex index 01a01de59b..5d661a28a0 100644 --- a/manual/main_menu/recording_screen.tex +++ b/manual/main_menu/recording_screen.tex @@ -41,7 +41,8 @@ The controls for this screen are: \ActionRecPause \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecPause} & Start Recording.\\ - & While recording: pause recording (press again to + & \opt{HAVEREMOTEKEYMAP}{&} + While recording: pause recording (press again to continue).\\ % \ActionRecExit @@ -55,7 +56,7 @@ The controls for this screen are: \ActionRecNewfile \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecNewfile} & Start Recording.\\ - & \opt{HAVEREMOTEKEYMAP}{&} + & \opt{HAVEREMOTEKEYMAP}{&} While recording: close the current file and open a new one.\\ } |