Fix: language format error
Please pay attention to format. Co-Authored-By: Jan Ove Overland <102610897+mx4zxc@users.noreply.github.com>
This commit is contained in:
co-authored by
Jan Ove Overland
parent
e689ce82e1
commit
ab53985bb7
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
// [number of languages][number of texts][max. length of text]
|
// [number of languages][number of texts][max. length of text]
|
||||||
|
|
||||||
static const char* const myLanguage[15][108] = {
|
static const char* const myLanguage[16][108] = {
|
||||||
{ "English", // English
|
{ "English", // English
|
||||||
"Rotary direction changed", // 1
|
"Rotary direction changed", // 1
|
||||||
"Please release button", // 2
|
"Please release button", // 2
|
||||||
@@ -1757,7 +1757,7 @@ static const char* const myLanguage[15][108] = {
|
|||||||
"MW", // 103
|
"MW", // 103
|
||||||
"SW", // 104
|
"SW", // 104
|
||||||
"FM", // 105
|
"FM", // 105
|
||||||
"OIRT" // 106
|
"OIRT", // 106
|
||||||
"Roterer når skjerm av" // 107
|
"Roterer når skjerm av" // 107
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user