# HG changeset patch # User Chris Cannam # Date 1378136090 -3600 # Node ID 87c13eccd52eeeff3c8c6e89741404e36e41d5c3 # Parent 7c7881bbb6ca352371d5e1637b43dc0cf4a88923 More wording changes diff -r 7c7881bbb6ca -r 87c13eccd52e plugins/BarBeatTrack.cpp --- a/plugins/BarBeatTrack.cpp Mon Sep 02 12:58:14 2013 +0100 +++ b/plugins/BarBeatTrack.cpp Mon Sep 02 16:34:50 2013 +0100 @@ -148,7 +148,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; diff -r 7c7881bbb6ca -r 87c13eccd52e plugins/BeatTrack.cpp --- 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;