From 2c7fd68913b585066e3140631162caa8231000d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 19 Dec 2012 09:36:00 +0000 Subject: fixing unicode characters now that Pd iuses UTF8, we can finally have hearts... svn path=/trunk/externals/zexy/; revision=16706 --- src/sfplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sfplay.c') 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 \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"); } -- cgit v1.2.1