From abc82feda6f7f3b4852d24af4cb83d12a82c3144 Mon Sep 17 00:00:00 2001 From: "easyaspi314 (Devin)" Date: Mon, 26 Aug 2019 12:56:57 -0400 Subject: Translate skipped Mail text --- src/mail.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src') 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) -- cgit v1.2.3