diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-10 19:31:12 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-12-10 19:29:23 -0600 |
commit | b7ab9cbf4c36f0cf066be655432c57ec6e12e7e5 (patch) | |
tree | 537d5d80cc28f5dfea938a4f01520fab4db81b70 /src/data | |
parent | ed1ff0ad774c67e7184fb0c862005e487fed42ec (diff) |
Update JP translation and fix typo
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/union_room.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/union_room.h b/src/data/union_room.h index 5e9cb297e..8cb0bc8aa 100644 --- a/src/data/union_room.h +++ b/src/data/union_room.h @@ -79,7 +79,7 @@ static const u8 *const sPlayersNeededOrModeTexts[][5] = { }; ALIGNED(4) const u8 sText_BButtonCancel[] = _("{B_BUTTON}CANCEL"); -ALIGNED(4) const u8 sJPText_InvitationSentToPlayer[] = _("ため\nさんかしゃ ぼしゅうちゅう です!"); // Unused +ALIGNED(4) const u8 sJPText_SearchingForParticipants[] = _("ため\nさんかしゃ ぼしゅうちゅう です!"); // Unused, may have been cut off ALIGNED(4) const u8 sText_PlayerContactedYouForXAccept[] = _("{STR_VAR_2} contacted you for\n{STR_VAR_1}. Accept?"); ALIGNED(4) const u8 sText_PlayerContactedYouShareX[] = _("{STR_VAR_2} contacted you.\nWill you share {STR_VAR_1}?"); ALIGNED(4) const u8 sText_PlayerContactedYouAddToMembers[] = _("{STR_VAR_2} contacted you.\nAdd to the members?"); |