mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Correct "seperately" to "separately"
This commit is contained in:
committed by
Ethan Lee
parent
d83bd1e0eb
commit
525e868399
@@ -785,7 +785,7 @@ void titlerender(Graphics& dwgfx, mapclass& map, Game& game, entityclass& obj, U
|
||||
{
|
||||
dwgfx.bigprint( -1, 30, "Unlock Time Trials", tr, tg, tb, true);
|
||||
dwgfx.Print( -1, 65, "You can unlock each time", tr, tg, tb, true);
|
||||
dwgfx.Print( -1, 75, "trial seperately.", tr, tg, tb, true);
|
||||
dwgfx.Print( -1, 75, "trial separately.", tr, tg, tb, true);
|
||||
}
|
||||
else if (game.currentmenuname == "timetrials")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user