mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-19 22:42:46 +00:00
Merge branch 'stop-the-presses' into 'master'
Fix game-ruining 10-Key alert grammar error Closes ring-racers#117 See merge request kart-krew-dev/ring-racers-internal!2869
This commit is contained in:
commit
f0d14b6473
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ static void M_ChallengesTutorial(UINT8 option)
|
||||||
{
|
{
|
||||||
M_StartMessage("Big Challenges & Chao Keys",
|
M_StartMessage("Big Challenges & Chao Keys",
|
||||||
M_GetText(
|
M_GetText(
|
||||||
"Watch out! You need 10 Chao Keys.\n"
|
"Watch out! You need 10 Chao Keys\n"
|
||||||
"to break open Big Challenge tiles.\n"
|
"to break open Big Challenge tiles.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"You'll also need to unlock\n"
|
"You'll also need to unlock\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue