kopia lustrzana https://github.com/OpenRTX/OpenRTX
Change English string for M17 destination from Broadcast to ALL
This aligns with M17 Specification and other tools.pull/174/head
rodzic
e689e2f7ae
commit
4a6d0b4c2b
|
@ -91,6 +91,6 @@ const stringsTable_t englishStrings =
|
||||||
.pressAnyButton = "press any button.",
|
.pressAnyButton = "press any button.",
|
||||||
.accessibility = "Accessibility",
|
.accessibility = "Accessibility",
|
||||||
.usedHeap = "Used heap",
|
.usedHeap = "Used heap",
|
||||||
.broadcast = "Broadcast"
|
.broadcast = "ALL"
|
||||||
};
|
};
|
||||||
#endif // ENGLISHSTRINGS_H
|
#endif // ENGLISHSTRINGS_H
|
||||||
|
|
Ładowanie…
Reference in New Issue