mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
Consistent Language Throughout - Restore All Frames
This commit is contained in:
parent
4badb1c420
commit
a7ce4f29d7
@ -1129,7 +1129,7 @@ void menuHandler::RestoreAllFrames_menu()
|
|||||||
{
|
{
|
||||||
static const char *optionsArray[] = {"Cancel", "Confirm"};
|
static const char *optionsArray[] = {"Cancel", "Confirm"};
|
||||||
BannerOverlayOptions bannerOptions;
|
BannerOverlayOptions bannerOptions;
|
||||||
bannerOptions.message = "Show All Frames?";
|
bannerOptions.message = "Restore All Frames?";
|
||||||
bannerOptions.optionsArrayPtr = optionsArray;
|
bannerOptions.optionsArrayPtr = optionsArray;
|
||||||
bannerOptions.optionsCount = 2;
|
bannerOptions.optionsCount = 2;
|
||||||
bannerOptions.bannerCallback = [](int selected) -> void {
|
bannerOptions.bannerCallback = [](int selected) -> void {
|
||||||
|
Loading…
Reference in New Issue
Block a user