diff options
Diffstat (limited to 'src/mdaTestTone.cpp')
-rw-r--r-- | src/mdaTestTone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaTestTone.cpp b/src/mdaTestTone.cpp index 2aa5645..3f82ee1 100644 --- a/src/mdaTestTone.cpp +++ b/src/mdaTestTone.cpp @@ -307,7 +307,7 @@ void mdaTestTone::getParameterName(LvzInt32 index, char *label) { switch(index) { - case 0: strcpy(label, "Mode:"); break; + case 0: strcpy(label, "Mode"); break; case 1: strcpy(label, "Level"); break; case 2: strcpy(label, "Channel"); break; case 3: strcpy(label, "F1"); break; |