summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/metronome.c4
-rw-r--r--manual/plugins/metronome.tex6
2 files changed, 7 insertions, 3 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 {
642#endif /* IRIVER_H100_PAD||IRIVER_H300_PAD */ 642#endif /* IRIVER_H100_PAD||IRIVER_H300_PAD */
643 643
644 644
645#define METRONOME_MSG_START "start: press select" 645#define METRONOME_MSG_START "start: hold select"
646#define METRONOME_MSG_STOP "start: hold select" 646#define METRONOME_MSG_STOP "stop : cancel"
647 647
648#ifdef MET_SYNC 648#ifdef MET_SYNC
649static const struct button_mapping iriver_syncaction[] = 649static const struct button_mapping iriver_syncaction[] =
diff --git a/manual/plugins/metronome.tex b/manual/plugins/metronome.tex
index 458d7a2298..e792498984 100644
--- a/manual/plugins/metronome.tex
+++ b/manual/plugins/metronome.tex
@@ -10,7 +10,11 @@ on the appropriate button.
10 10
11 \PluginCancel 11 \PluginCancel
12 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel} 12 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
13 & Start / Stop \\ 13 & Stop \\
14
15 \PluginSelectRepeat
16 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
17 & Start \\
14 18
15 \PluginSelect 19 \PluginSelect
16 \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect} 20 \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}