diff options
author | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-08-26 12:56:57 -0400 |
---|---|---|
committer | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-08-26 12:56:57 -0400 |
commit | abc82feda6f7f3b4852d24af4cb83d12a82c3144 (patch) | |
tree | 9ef3cf5be035a180292c4a90b80a02ab3da4ba21 /src | |
parent | 973f010c417e8d5b5c5e2e2da0a7063c7f5cc110 (diff) |
Translate skipped Mail text
Diffstat (limited to 'src')
-rw-r--r-- | src/mail.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mail.c b/src/mail.c index 27a25feba..9a56d73cc 100644 --- a/src/mail.c +++ b/src/mail.c @@ -947,9 +947,11 @@ u8 debug_sub_810CFA4(void) u8 debug_sub_810D030(void) { - const u8 text1[] = _("メール{STR_VAR_1} とうろく かいじょ"); - const u8 text2[] = _("デバッグメニューから とうろくした\n" - "メール いがいは けせません"); + const u8 text1[] = DTR("メール{STR_VAR_1} とうろく かいじょ", "UNREGISTER MAIL{STR_VAR_1}"); + const u8 text2[] = DTR("デバッグメニューから とうろくした\n" + "メール いがいは けせません", + "You cannot delete REGISTERED MAIL\n" + "from the DEBUG MENU"); s8 input = Menu_ProcessInput(); switch (input) |