summaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail.c')
-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)