aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mdaTestTone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaTestTone.cpp b/src/mdaTestTone.cpp
index f74139e..3f521a3 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, "Zero dB"); break;
}
}