Change English string for M17 destination from Broadcast to ALL

This aligns with M17 Specification and other tools.
This commit is contained in:
k5jae 2023-08-07 08:39:37 -05:00 committed by Silvano Seva
parent e689e2f7ae
commit 4a6d0b4c2b
1 changed files with 1 additions and 1 deletions

View File

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