diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-14 22:52:59 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-14 22:54:04 -0500 |
commit | b458476078a75905b2cd081455ce18b51d571c79 (patch) | |
tree | 4d26781c96a0a08b888c248c593fc579454f0e81 /src/wonder_mail_main_menu.c | |
parent | cd9a8c5a384124999e15626d9623b48f2687deba (diff) |
Swapped out more text macros
Diffstat (limited to 'src/wonder_mail_main_menu.c')
-rw-r--r-- | src/wonder_mail_main_menu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wonder_mail_main_menu.c b/src/wonder_mail_main_menu.c index 9566614..ed6ebbe 100644 --- a/src/wonder_mail_main_menu.c +++ b/src/wonder_mail_main_menu.c @@ -113,9 +113,9 @@ ALIGNED(4) const char gUnknown_80E7BEC[] = _("Connect a {COLOR_1 LIGHT_BLUE_2}Ga "When you and your friend are ready{COMMA}\n" "you may communicate. "); -ALIGNED(4) const char gUnknown_80E7C48[] = _("#+In communication...\n" - "#+Please wait with the power on.\n" - "#+To cancel{COMMA} press {B_BUTTON}."); +ALIGNED(4) const char gUnknown_80E7C48[] = _("{CENTER_ALIGN}In communication...\n" + "{CENTER_ALIGN}Please wait with the power on.\n" + "{CENTER_ALIGN}To cancel{COMMA} press {B_BUTTON}."); ALIGNED(4) const char gUnknown_80E7C98[] = _("Please enter the\n" "{COLOR_1 LIGHT_BLUE_2}Wonder Mail password{END_COLOR_TEXT_1}."); |