Change English string for M17 destination from Broadcast to ALL

This aligns with M17 Specification and other tools.
pull/174/head
k5jae 2023-08-07 08:39:37 -05:00 zatwierdzone przez Silvano Seva
rodzic e689e2f7ae
commit 4a6d0b4c2b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -91,6 +91,6 @@ const stringsTable_t englishStrings =
.pressAnyButton = "press any button.",
.accessibility = "Accessibility",
.usedHeap = "Used heap",
.broadcast = "Broadcast"
.broadcast = "ALL"
};
#endif // ENGLISHSTRINGS_H