diff options
Diffstat (limited to 'src/sfplay.c')
-rw-r--r-- | src/sfplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfplay.c b/src/sfplay.c index ed73d02..2492f60 100644 --- a/src/sfplay.c +++ b/src/sfplay.c @@ -147,7 +147,7 @@ static void sfplay_helper(t_sfplay *x) "\nstop\t\t\t::stop playing" "\nrewind\t\t\t::rewind tape" "\ngoto <n>\t\t::play from byte n"); - post("\n\nyou can also start playing with a ŽbangŽ or a Ž1Ž, and stop with a Ž0Ž" + post("\n\nyou can also start playing with a 'bang' or a '1', and stop with a '0'" "\nthe last outlet will do a bang after the last sample has been played"); } |