diff --git a/desktop_version/src/Render.cpp b/desktop_version/src/Render.cpp index 853a8a41..36feff8f 100644 --- a/desktop_version/src/Render.cpp +++ b/desktop_version/src/Render.cpp @@ -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) {