diff options
author | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-08-25 21:07:42 -0400 |
---|---|---|
committer | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-08-25 21:07:42 -0400 |
commit | 5d1f39aa6fd984542686cc0c83b9ed85bff34811 (patch) | |
tree | 2663e91d8b2ca369b617bb952b0f5af48d0793c1 /src | |
parent | b19c77d1c9ec659a331e29f38b157891364d93ec (diff) |
Improve a mori_debug_menu translation
Diffstat (limited to 'src')
-rw-r--r-- | src/debug/mori_debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/mori_debug_menu.c b/src/debug/mori_debug_menu.c index b930350ff..dfa2487a5 100644 --- a/src/debug/mori_debug_menu.c +++ b/src/debug/mori_debug_menu.c @@ -31,7 +31,7 @@ const u8 gUnknown_0839B22C[][3] = }; const u8 gUnknown_0839B24A[] = _("ND"); -const u8 gUnknown_0839B24D[] = DTR("の こどもは\n", "'s child =\n"); // TRN +const u8 gUnknown_0839B24D[] = DTR("の こどもは\n", "'s child is\n"); const u8 gUnknown_0839B255[] = _(" "); const u8 gUnknown_0839B257[] = DTR("ながいなまえぽけもん", "LongName{PKMN}"); // "long name pokemon" (used as test name) const u8 Text_39B262[] = _("Search a child"); |