aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaTestTone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaTestTone.cpp')
-rw-r--r--src/mdaTestTone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaTestTone.cpp b/src/mdaTestTone.cpp
index 3f82ee1..a921131 100644
--- a/src/mdaTestTone.cpp
+++ b/src/mdaTestTone.cpp
@@ -314,7 +314,7 @@ void mdaTestTone::getParameterName(LvzInt32 index, char *label)
case 4: strcpy(label, "F2"); break;
case 6: strcpy(label, "Thru"); break;
case 5: strcpy(label, "Sweep"); break;
- case 7: strcpy(label, "0dB ="); break;
+ case 7: strcpy(label, "0dB"); break;
}
}