diff plugins/BeatTrack.cpp @ 151:87c13eccd52e

More wording changes
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 02 Sep 2013 16:34:50 +0100
parents c45f74550f38
children 38502a1595ff
line wrap: on
line diff
--- a/plugins/BeatTrack.cpp	Mon Sep 02 12:58:14 2013 +0100
+++ b/plugins/BeatTrack.cpp	Mon Sep 02 16:34:50 2013 +0100
@@ -171,7 +171,7 @@
     //User input tempo
     desc.identifier = "inputtempo";
     desc.name = "Tempo Hint";
-    desc.description = "User-defined tempo on which to centre the probability distribution";
+    desc.description = "User-defined tempo on which to centre the tempo preference function";
     desc.minValue =  50;
     desc.maxValue = 250;
     desc.defaultValue = 120;