aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaLeslie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaLeslie.cpp')
-rw-r--r--src/mdaLeslie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaLeslie.cpp b/src/mdaLeslie.cpp
index 95ce97c..bb2c002 100644
--- a/src/mdaLeslie.cpp
+++ b/src/mdaLeslie.cpp
@@ -187,7 +187,7 @@ void mdaLeslie::getParameterName(LvzInt32 index, char *label)
{
switch(index)
{
- case 0: strcpy(label, "Speed:"); break;
+ case 0: strcpy(label, "Mode"); break;
case 1: strcpy(label, "Lo Width"); break;
case 2: strcpy(label, "Lo Throb"); break;
case 3: strcpy(label, "Hi Width"); break;