diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-10-09 19:16:32 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-10-09 19:16:32 +0000 |
| commit | dcdc2b93ae910c30a8e1abe3fc78a739a0d4bf10 (patch) | |
| tree | 136bf02ebebfa95bce9636872a58cc6f16574714 /manual/main_menu | |
| parent | e74daf29734cfa51516c736fd5ae127b88766802 (diff) | |
| download | rockbox-dcdc2b93ae910c30a8e1abe3fc78a739a0d4bf10.zip rockbox-dcdc2b93ae910c30a8e1abe3fc78a739a0d4bf10.tar.gz rockbox-dcdc2b93ae910c30a8e1abe3fc78a739a0d4bf10.tar.bz2 rockbox-dcdc2b93ae910c30a8e1abe3fc78a739a0d4bf10.tar.xz | |
Correct a recording screen usability issue created in r21034. Pause used to start too, then was set to only start and now only pauses. Rec used to start and split, then only split and now again starts and splits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23055 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/main_menu')
| -rw-r--r-- | manual/main_menu/recording_screen.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex index 30f86af..5cc6d4c 100644 --- a/manual/main_menu/recording_screen.tex +++ b/manual/main_menu/recording_screen.tex @@ -40,9 +40,7 @@ The controls for this screen are: % \ActionRecPause \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecPause} - & Start recording.\\ - & \opt{HAVEREMOTEKEYMAP}{&} - While recording: pause recording (press again to + & While recording: pause recording (press again to continue).\\ % \ActionRecExit @@ -55,8 +53,10 @@ The controls for this screen are: SANSA_E200_PAD,IPOD_4G_PAD,SANSA_C200_PAD}{ \ActionRecNewfile \opt{HAVEREMOTEKEYMAP}{& \ActionRCRecNewfile} - & While recording: close the current file and open - a new one.\\ + & Start Recording.\\ + & \opt{HAVEREMOTEKEYMAP}{&} + While recording: close the current file and open + a new one.\\ } % \ActionRecMenu |