diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-03 21:20:50 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-03 21:20:50 +0000 |
commit | d3934185ac467710f52bb5d65b86b85b6fc1d5f8 (patch) | |
tree | 514eb3c9f8bdbb41de7a2f131de5e3fb030d9efd /apps/plugins | |
parent | 5a2421a0de51ad41781efd5a186ce29cc4598404 (diff) |
Correct the metronome keymap in the manual. Better describe buttons/actions in metronome help text. Closes FS#11773.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29204 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/metronome.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/metronome.c b/apps/plugins/metronome.c index b38f0bbf2c..566ff05287 100644 --- a/apps/plugins/metronome.c +++ b/apps/plugins/metronome.c @@ -642,8 +642,8 @@ enum { #endif /* IRIVER_H100_PAD||IRIVER_H300_PAD */ -#define METRONOME_MSG_START "start: press select" -#define METRONOME_MSG_STOP "start: hold select" +#define METRONOME_MSG_START "start: hold select" +#define METRONOME_MSG_STOP "stop : cancel" #ifdef MET_SYNC static const struct button_mapping iriver_syncaction[] = |