mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01: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:
parent
d45e6f6254
commit
9ab61af1da
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ static void menurender(void)
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
graphics.bigprint( -1, 40, "Text Outline", tr, tg, tb, true);
|
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
|
// FIXME: Maybe do an outlined print instead? -flibit
|
||||||
if (!graphics.notextoutline)
|
if (!graphics.notextoutline)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue