summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreasyaspi314 (Devin) <easyaspi314@users.noreply.github.com>2019-08-26 12:56:57 -0400
committereasyaspi314 (Devin) <easyaspi314@users.noreply.github.com>2019-08-26 12:56:57 -0400
commitabc82feda6f7f3b4852d24af4cb83d12a82c3144 (patch)
tree9ef3cf5be035a180292c4a90b80a02ab3da4ba21
parent973f010c417e8d5b5c5e2e2da0a7063c7f5cc110 (diff)
Translate skipped Mail text
-rw-r--r--src/mail.c8
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)