Change bandedge to band edge

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-05 23:44:57 +02:00
parent 4eb61a05c9
commit 95b1d68801
+7 -7
View File
@@ -13,8 +13,8 @@ const char myLanguage[4][46][60] = {
"Tuner: !None!", "Tuner: !None!",
"Volume:", "Volume:",
"Converter:", "Converter:",
"Low bandedge:", "Low band edge:",
"High bandedge:", "High band edge:",
"RF Level offset:", "RF Level offset:",
"Stereo threshold:", "Stereo threshold:",
"High Cut corner:", "High Cut corner:",
@@ -23,8 +23,8 @@ const char myLanguage[4][46][60] = {
"Contrast:", "Contrast:",
"Set volume", "Set volume",
"Set converter offset", "Set converter offset",
"Set low bandedge", "Set low band edge",
"Set high bandedge", "Set high band edge",
"Set level offset", "Set level offset",
"Set Stereo sep. threshold", "Set Stereo sep. threshold",
"Set high cut corner frequency", "Set high cut corner frequency",
@@ -46,7 +46,7 @@ const char myLanguage[4][46][60] = {
"On", "On",
"Softmute FM", "Softmute FM",
"Softmute AM", "Softmute AM",
"Beep at bandedge" "Beep at band edge"
}, },
{ "Nederlands", { "Nederlands",
@@ -141,7 +141,7 @@ const char myLanguage[4][46][60] = {
"On", // Needs translation! "On", // Needs translation!
"Softmute FM", // Needs translation! "Softmute FM", // Needs translation!
"Softmute AM", // Needs translation! "Softmute AM", // Needs translation!
"Beep at bandedge" // Needs translation! "Beep at band edge" // Needs translation!
}, },
{"Hrvatski", {"Hrvatski",
@@ -189,6 +189,6 @@ const char myLanguage[4][46][60] = {
"Uklj.", "Uklj.",
"Softmute FM", "Softmute FM",
"Softmute AM", "Softmute AM",
"Beep at bandedge" "Beep at band edge"
} }
}; };