mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user