1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00

Add period to text outline description

This is to be consistent with all other option descriptions, which all
end in a period as well.
This commit is contained in:
Misa 2021-03-21 17:36:23 -07:00 committed by Ethan Lee
parent d45e6f6254
commit 9ab61af1da

View File

@ -535,7 +535,7 @@ static void menurender(void)
break;
case 2:
graphics.bigprint( -1, 40, "Text Outline", tr, tg, tb, true);
graphics.Print( -1, 75, "Disables outline on game text", tr, tg, tb, true);
graphics.Print( -1, 75, "Disables outline on game text.", tr, tg, tb, true);
// FIXME: Maybe do an outlined print instead? -flibit
if (!graphics.notextoutline)
{